Commit 28f218cc authored by Stanislav Ievlev's avatar Stanislav Ievlev

- adopt to office-server

parent 8efd83d3
...@@ -429,9 +429,10 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead ...@@ -429,9 +429,10 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
#top { #top {
text-align:left; text-align:left;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x; background: #@DARK_COLOR_HEX@;
padding: 0.25em; padding: 0.25em;
margin-bottom: 10px;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em; -webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em; -khtml-border-radius: 0.5em;
...@@ -440,8 +441,8 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead ...@@ -440,8 +441,8 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
#product-logo { #product-logo {
background: url(/design/images/logo.png) no-repeat; background: url(/design/images/logo.png) no-repeat;
width: 275px; width: 425px;
height: 30px; height: 52px;
border: 0px; border: 0px;
} }
...@@ -450,6 +451,7 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead ...@@ -450,6 +451,7 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
padding-right: 1em; padding-right: 1em;
text-align: left; text-align: left;
color: #@LIGHT_LABELS_HEX@;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
font-size:large; font-size:large;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment