diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-15 16:16:43 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-15 16:16:43 +0200 |
| commit | 77c37bba9caa2ec96414b314ea645f8ebe9e5e3e (patch) | |
| tree | 2966f087165cbeb9ff7b00171112f511f7f50291 /ishtar_common/static | |
| parent | 0cd045c005f1acdfb74430ce62626771ebbaa8cc (diff) | |
| download | Ishtar-77c37bba9caa2ec96414b314ea645f8ebe9e5e3e.tar.bz2 Ishtar-77c37bba9caa2ec96414b314ea645f8ebe9e5e3e.zip | |
Other new design
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 67446e301..de2f51b1d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -282,6 +282,16 @@ div#main_menu > ul > li{ -webkit-border-radius:4px; } +#section-file_management, #section-administration, +#section-administrativact_management{ + background-color:#ddffdd; +} + +#subsection-admin_act_operations{ + background-color:#f0fff0; +} + +/* #section-1, #theme-1 div.form{ background-color:#ccccff; } @@ -309,6 +319,7 @@ div#main_menu > ul > li{ #section-7, #theme-7 div.form{ background-color:#ccc; } +*/ div#content{ clear:both; |
