]> git.mxchange.org Git - friendica.git/commitdiff
get rid of the monstrosity for .button. need to find alternate solution
authorSimon L'nu <simon.lnu@gmail.com>
Wed, 16 May 2012 09:32:08 +0000 (05:32 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Wed, 16 May 2012 09:32:08 +0000 (05:32 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/dark/style.css
view/theme/dispy/dark/style.less
view/theme/dispy/light/style.css
view/theme/dispy/light/style.less

index 60e7db6e12ff53d05c74c50539b0e55da00e9b99..229fcbbdfbd1e5daa945ff006b7fdab53039a93f 100644 (file)
@@ -55,8 +55,8 @@ h6{font-size:xx-small;}
 .action{margin:5px 0;}
 .tool{margin:5px 0;list-style:none;}
 #articlemain{width:100%;height:100%;margin:0 auto;}
-.button,#profile-listing-desc{width:25%;height:auto;background:#555753;color:#eeeecc;border:2px outset #222321;-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;padding:5px;font-size:smaller;cursor:pointer;}.button.active,#profile-listing-desc.active{-moz-box-shadow:4px 4px 7px 0px #111111;-o-box-shadow:4px 4px 7px 0px #111111;-webkit-box-shadow:4px 4px 7px 0px #111111;-ms-box-shadow:4px 4px 7px 0px #111111;box-shadow:4px 4px 7px 0px #111111;}
-.button a,#profile-listing-desc a{color:#eeeecc;font-size:smaller;font-weight:bold;}
+.button,#profile-listing-desc{color:#eeeecc;padding:5px;cursor:pointer;}.button.active,#profile-listing-desc.active{-moz-box-shadow:4px 4px 7px 0px #111111;-o-box-shadow:4px 4px 7px 0px #111111;-webkit-box-shadow:4px 4px 7px 0px #111111;-ms-box-shadow:4px 4px 7px 0px #111111;box-shadow:4px 4px 7px 0px #111111;}
+.button a,#profile-listing-desc a{color:#eeeecc;font-weight:bold;}
 [class$="-desc"],[id$="-desc"]{color:#2e2f2e;border:1px outset #eeeecc;-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;margin:3px 10px 7px 0;padding:5px;font-weight:bold;font-size:smaller;}
 #item-delete-selected-desc{float:left;margin-right:5px;}#item-delete-selected-desc:hover{text-decoration:underline;}
 .intro-approve-as-friend-desc{margin-top:10px;}
index 7634db1d729c77ae243b74353d011897ad9cb3ef..fb8769a8756b938a889ac37aca5c173c0dbbd4ba 100644 (file)
@@ -282,20 +282,20 @@ h6 {
 }
 .button,
 #profile-listing-desc {
-       .box(25%, auto);
-       background: @menu_bg_colour;
+       // .box(25%, auto);
+       // background: @menu_bg_colour;
        color: @main_colour;
-       .borders(2px, outset, darken(@menu_bg_colour, 20%));
-       .rounded_corners;
+       // .borders(2px, outset, darken(@menu_bg_colour, 20%));
+       // .rounded_corners;
        padding: 5px;
-       font-size: smaller;
+       // font-size: smaller;
        cursor: pointer;
        &.active {
                .box_shadow(4px, 4px, 7px);
        }
        a {
                color: @main_colour;
-               font-size: smaller;
+               // font-size: smaller;
                font-weight: bold;
        }
 }
@@ -568,6 +568,9 @@ div.jGrowl div {
                padding-left: 58px;
                margin-top: 50px;
        }
+       // &.jGrowl-message {
+
+       // }
 }
 #nav-notifications-menu {
        margin: 30px 0 0 -20px;
index e89ee7d243f6ef0189236515140d18d15a8ecc53..3b1c6fd716f9044d84646adda27ba3e54170f25d 100644 (file)
@@ -55,8 +55,8 @@ h6{font-size:xx-small;}
 .action{margin:5px 0;}
 .tool{margin:5px 0;list-style:none;}
 #articlemain{width:100%;height:100%;margin:0 auto;}
-.button,#profile-listing-desc{width:25%;height:auto;background:#555753;color:#eeeeec;border:2px outset #222321;-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;padding:5px;font-size:smaller;cursor:pointer;}.button.active,#profile-listing-desc.active{-moz-box-shadow:4px 4px 7px 0px #111111;-o-box-shadow:4px 4px 7px 0px #111111;-webkit-box-shadow:4px 4px 7px 0px #111111;-ms-box-shadow:4px 4px 7px 0px #111111;box-shadow:4px 4px 7px 0px #111111;}
-.button a,#profile-listing-desc a{color:#eeeeec;font-size:smaller;font-weight:bold;}
+.button,#profile-listing-desc{color:#eeeeec;padding:5px;cursor:pointer;}.button.active,#profile-listing-desc.active{-moz-box-shadow:4px 4px 7px 0px #111111;-o-box-shadow:4px 4px 7px 0px #111111;-webkit-box-shadow:4px 4px 7px 0px #111111;-ms-box-shadow:4px 4px 7px 0px #111111;box-shadow:4px 4px 7px 0px #111111;}
+.button a,#profile-listing-desc a{color:#eeeeec;font-weight:bold;}
 [class$="-desc"],[id$="-desc"]{color:#eeeeec;border:1px outset #eeeeec;-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;margin:3px 10px 7px 0;padding:5px;font-weight:bold;font-size:smaller;}
 #item-delete-selected-desc{float:left;margin-right:5px;}#item-delete-selected-desc:hover{text-decoration:underline;}
 .intro-approve-as-friend-desc{margin-top:10px;}
index 51ffbd1f2356f90601afdcae4a4f1ee32b5be4f6..399578ba7673613b74d934c34ea3d443eab448a6 100644 (file)
@@ -283,20 +283,20 @@ h6 {
 }
 .button,
 #profile-listing-desc {
-       .box(25%, auto);
-       background: @menu_bg_colour;
+       // .box(25%, auto);
+       // background: @menu_bg_colour;
        color: @bg_colour;
-       .borders(2px, outset, darken(@menu_bg_colour, 20%));
-       .rounded_corners;
+       // .borders(2px, outset, darken(@menu_bg_colour, 20%));
+       // .rounded_corners;
        padding: 5px;
-       font-size: smaller;
+       // font-size: smaller;
        cursor: pointer;
        &.active {
                .box_shadow(4px, 4px, 7px);
        }
        a {
                color: @bg_colour;
-               font-size: smaller;
+               // font-size: smaller;
                font-weight: bold;
        }
 }