]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/login.tpl
authorpixelroot <info@pixelbits.de>
Wed, 24 Oct 2012 10:24:12 +0000 (12:24 +0200)
committerpixelroot <info@pixelbits.de>
Wed, 24 Oct 2012 10:24:12 +0000 (12:24 +0200)
modified:   view/theme/smoothly/style.css

view/theme/smoothly/login.tpl
view/theme/smoothly/style.css

index 483f540c9769e91717b37698dde1b76db4265742..281890f4236f5e1d1a0e76bf2936c5ffe9eea901 100644 (file)
@@ -1,4 +1,4 @@
-<img style="float:left; margin-right:20px" src="/images/friendica-128.png" title="friendica">
+<img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
 
 <div class="login-form">
 <form action="$dest_url" method="post" >
index 913e5d6e4b07fc19448589d40e1ff0fede92510b..902ac1c180b3b9a11634f104f738678bec2f7722 100644 (file)
@@ -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;
+}