From 6d1614e8fa4862702827543fcdf804be20925640 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Wed, 24 Oct 2012 12:24:12 +0200 Subject: [PATCH] modified: view/theme/smoothly/login.tpl modified: view/theme/smoothly/style.css --- view/theme/smoothly/login.tpl | 2 +- view/theme/smoothly/style.css | 44 +++++++++++++++++++++++++++++++---- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/view/theme/smoothly/login.tpl b/view/theme/smoothly/login.tpl index 483f540c9..281890f42 100644 --- a/view/theme/smoothly/login.tpl +++ b/view/theme/smoothly/login.tpl @@ -1,4 +1,4 @@ - +
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 913e5d6e4..902ac1c18 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -215,12 +215,18 @@ section { } #login_standard { - width: 210px; + width: 250px; float: left; + border: 1px solid #7C7D7B; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding: 10px; + margin: 10px 0 0 0; } #login_openid { - width: 210px; + width: 300px; margin-left: 150px; } @@ -249,6 +255,10 @@ section { margin-left: 75px; } +#login-submit-button { + width: 271px; +} + .login-form, margin-top: 10px; } @@ -351,7 +361,7 @@ nav #banner { display: block; position: absolute; margin-left: 3px; - margin-top: 3px; + /*margin-top: 2px;*/ padding-bottom: 5px; } @@ -385,6 +395,22 @@ nav #user-menu { text-decoration: none; text-align: center; } + +nav #user-menu:hover { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) ); + background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4'); + background-color: #1873a2; + color: #efefef; +} + nav #user-menu-label::after { content: url("menu-user-pin.png") no-repeat; padding-left: 15px; @@ -461,7 +487,7 @@ ul#user-menu-popup li a:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) ); background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2'); - background-color: #6da6c4; + background-color: #1873a2; } ul#user-menu-popup li a.nav-sep { @@ -964,6 +990,7 @@ ul .sidebar-group-li .icon { .contact-block-h4, .contact-block-content { + margin: 0; } #contact-block, @@ -2913,7 +2940,7 @@ margin-left: 0px; background: url(login-bg.gif) no-repeat; background-position: 0 50%; padding-left: 18px; - width: 220px!important; + width: 250px!important; } .openid:hover { @@ -4349,3 +4376,10 @@ div #datebrowse-sidebar.widget { #collapsed-comments-page-widget {} .tool {} + +#logo-text { +} + +#logo-img { + margin: 3px 0 0 0; +}