}
#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;
}
margin-left: 75px;
}
+#login-submit-button {
+ width: 271px;
+}
+
.login-form,
margin-top: 10px;
}
display: block;
position: absolute;
margin-left: 3px;
- margin-top: 3px;
+ /*margin-top: 2px;*/
padding-bottom: 5px;
}
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;
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 {
.contact-block-h4,
.contact-block-content {
+ margin: 0;
}
#contact-block,
background: url(login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
- width: 220px!important;
+ width: 250px!important;
}
.openid:hover {
#collapsed-comments-page-widget {}
.tool {}
+
+#logo-text {
+}
+
+#logo-img {
+ margin: 3px 0 0 0;
+}