Aggiunti file dal server Redmine modificati per supportare interfaccia ISTI
This commit is contained in:
parent
1231eabeb4
commit
b2c313a1d9
|
|
@ -1,3 +1,7 @@
|
||||||
# RestylingRedmineUI
|
# RestylingRedmineUI
|
||||||
|
|
||||||
Restyling della user interface di RedMine per customizzarla all’ ISTI
|
|
||||||
|
Restyling della user interface di RedMine per customizzarla all’ ISTI
|
||||||
|
|
||||||
|
|
||||||
|
File presi da /srv/redmine/s2i2s/public/themes
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -0,0 +1,35 @@
|
||||||
|
/* load the default Redmine stylesheet */
|
||||||
|
@import url(../../../stylesheets/application.css);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#top-menu { font-size: 80%; height: 5em; padding-top: 1em; background-color: #00000094; }
|
||||||
|
|
||||||
|
/* add a logo in the header */
|
||||||
|
#header {
|
||||||
|
background: #000 url(../images/logo.png) no-repeat 2px;
|
||||||
|
background-color: #000;
|
||||||
|
padding-left: 156px;
|
||||||
|
min-height: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* move the project menu to the right */
|
||||||
|
#main-menu {
|
||||||
|
left: auto;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects-index {
|
||||||
|
column-count: auto;
|
||||||
|
column-width: 400px;
|
||||||
|
-webkit-column-count: auto;
|
||||||
|
-webkit-column-width: 400px;
|
||||||
|
-webkit-column-gap: 0.5rem;
|
||||||
|
-moz-column-count: auto;
|
||||||
|
-moz-column-width: auto;
|
||||||
|
-moz-column-gap: 0.5rem;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
/* load the default Redmine stylesheet */
|
||||||
|
@import url(../../../stylesheets/application.css);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#top-menu { font-size: 80%; height: 5em; padding-top: 1em; background-color: #00000094; }
|
||||||
|
|
||||||
|
/* add a logo in the header */
|
||||||
|
#header {
|
||||||
|
background: #000 url(../images/logo.png) no-repeat 2px;
|
||||||
|
background-color: #000;
|
||||||
|
padding-left: 156px;
|
||||||
|
min-height: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* move the project menu to the right */
|
||||||
|
#main-menu {
|
||||||
|
left: auto;
|
||||||
|
right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/srv/redmine/s2i2s/public/themes/isti-theme/stylesheets
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
/* load the default Redmine stylesheet */
|
||||||
|
@import url(../../../stylesheets/responsive.css);
|
||||||
|
|
||||||
|
|
||||||
|
/* add a logo in the header */
|
||||||
|
#header {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue