Aggiunti file dal server Redmine modificati per supportare interfaccia ISTI

This commit is contained in:
Franca Debole 2019-07-10 17:20:40 +02:00
parent 1231eabeb4
commit b2c313a1d9
5 changed files with 76 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 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

BIN
isti-theme/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -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;
}

View File

@ -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

View File

@ -0,0 +1,10 @@
/* load the default Redmine stylesheet */
@import url(../../../stylesheets/responsive.css);
/* add a logo in the header */
#header {
background-color: #000;
}