From ff855fad89eabf6eb758675d122e5105908b563f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 14 Dec 2012 21:17:41 +0100 Subject: set user button to pyload blue --- module/web/static/css/default/style.less | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index d5ac08b85..d7be7289b 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -3,7 +3,8 @@ */ @min-width: 1000px; -@header-height: 62px; // 62:38 = 100 -> Golden ratio +@header-height: 62px; +// 62:38 = 100 -> Golden ratio @footer-height: 100px; @margin-side: 100px; @@ -114,6 +115,12 @@ a:hover { color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; + + .caret { + border-bottom-color: #FFFFFF; + border-top-color: #FFFFFF; + } + } .btn-yellow { @@ -169,8 +176,7 @@ header div.left { padding-left: 20px; width: 32%; height: @header-height; - float: left; -// border-right: 1px solid; + float: left; // border-right: 1px solid; } header div.right { @@ -235,6 +241,7 @@ header .logo { margin-top: 8px; font-family: sans-serif } + /* Login */ -- cgit v1.2.3