]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/login.tpl
authorpixelroot <info@pixelbits.de>
Thu, 6 Sep 2012 11:25:13 +0000 (13:25 +0200)
committerpixelroot <info@pixelbits.de>
Thu, 6 Sep 2012 11:25:13 +0000 (13:25 +0200)
modified:   view/theme/smoothly/style.css

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

index d9aa94261a43000e378c1e091471cdb57f60a7c2..c5ce615393d60bd6b341ae662eb840848a86a37b 100644 (file)
@@ -3,7 +3,7 @@
        <input type="hidden" name="auth-params" value="login" />
 
        <div id="login_standard">
-       <img style="float:left" src="/images/friendica-128.png" title="friendica">
+       <img style="float:left; margin-right:20px" src="/images/friendica-128.png" title="friendica">
        {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
        {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
        </div>
index e6f7c326b56eecf6d5b2ed65d65c89f33f909925..b6641924b758bbba0ae91fb3631de60a2b6859ed 100644 (file)
@@ -284,7 +284,7 @@ nav {
     width: 960px;
        z-index: 10000;
        height: 50px;
-       position: fixed; /*fixed*/
+       position: fixed;
        color: #efefef;
        background: url("nav-bg.png") no-repeat scroll 0px 7px transparent;
        /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );*/
@@ -595,7 +595,7 @@ h3#search:before {
 }
 
 #sidebar-group-list {
-       margin-left: 30px;
+       margin-left: 0px;
        margin-right: 30px;
 }
 
@@ -1098,7 +1098,7 @@ profile-jot-banner-wrapper {
        color: #898989;
 }
 
-.wall-item-location .smalltext { margin-left: 25px;  font-size: 0.9em; display: block;}
+.wall-item-location .smalltext { margin-left: 2px;  font-size: 0.9em; display: block;}
 .wall-item-location > br { display: none; }
 .wall-item-conv a{
        font-size: 0.9em;
@@ -1871,7 +1871,7 @@ margin-left: 0px;
 /* = Notifications = */
 /* ================= */
 
-/*#notification-show-hide-wrapper {
+#notification-show-hide-wrapper {
        width: 160px;
        -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
@@ -1907,7 +1907,7 @@ margin-left: 0px;
 
 #notification-show-hide-wrapper a {
        color: #efefef;
-}*/
+}
 
 /* ============ */
 /* = Contacts = */