X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/b7be4f63119c71b07eacc9af9e6a15db63ef65ea..396b06b88ac6a3afaf816fe29bce239269c3511e:/views/style.less diff --git a/views/style.less b/views/style.less index feb4a95..516cbbc 100644 --- a/views/style.less +++ b/views/style.less @@ -2,6 +2,7 @@ @background_color: #fff; @emphasis_color: #222; @light_color: #999; +@lighter_color: #ccc; @border_color: #eee; @error_color: #ffebe8; @success_color: #f0fff0; @@ -40,7 +41,16 @@ body{ margin: 10px 250px; } -#header #logo span{ +#header #logomini{ + background-image: url(/images/logomini.png); + background-repeat: no-repeat; + width: 140px; + height: 65px; + display: block; + margin: 10px 380px; +} + +#header #logo span, #header #logomini span{ display: none; } @@ -108,7 +118,7 @@ body{ #body pre{ margin: 20px 170px; - border: 1px solid @light_color; + border: 1px solid @lighter_color; background-color: @border_color; padding: 10px; } @@ -137,7 +147,7 @@ hr{ } #body input.title, #body input.url{ - border: 1px solid @border_color; + border: 1px solid @lighter_color; font-size: 1.6em; padding: 5px; margin: 0 90px; @@ -145,7 +155,7 @@ hr{ } #body textarea.text{ - border: 1px solid @border_color; + border: 1px solid @lighter_color; font-size: 1.6em; padding: 5px; margin: 0 90px;