]> git.mxchange.org Git - friendica.git/commitdiff
[theme:dispy] optimised the pngs: bet. 0 and 30% savings in size. style label elemnts.
authorSimon L'nu <simon.lnu@gmail.com>
Fri, 9 Mar 2012 05:26:54 +0000 (00:26 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Fri, 9 Mar 2012 05:26:54 +0000 (00:26 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/icons.png
view/theme/dispy/next.png [changed mode: 0755->0644]
view/theme/dispy/notifications.png
view/theme/dispy/premium.png [changed mode: 0755->0644]
view/theme/dispy/prev.png [changed mode: 0755->0644]
view/theme/dispy/style.css
view/theme/dispy/tag.png

index a59a80358436e2c33cb50f5a7075876052f07bfc..2f0459bd38507cfb9d8f84247a45f88d00c9d79e 100644 (file)
Binary files a/view/theme/dispy/icons.png and b/view/theme/dispy/icons.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 353e2e7..5e0067c
Binary files a/view/theme/dispy/next.png and b/view/theme/dispy/next.png differ
index 37ebdf1e3e4900a84beb5770dbb04970c1056226..66c432eacc83d32ac6ab803a23a65674dbfa3173 100644 (file)
Binary files a/view/theme/dispy/notifications.png and b/view/theme/dispy/notifications.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 1ad601c..d2855a4
Binary files a/view/theme/dispy/premium.png and b/view/theme/dispy/premium.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 0ae6022..10b10d7
Binary files a/view/theme/dispy/prev.png and b/view/theme/dispy/prev.png differ
index f7a1b295c9a20a7e9c65bc71a80e1ef00ee7de99..0977d5fcbf403aef46f3f6f9a015d25c99177be7 100644 (file)
@@ -45,12 +45,18 @@ body {
     font-size: 16px;
     line-height: 1.1em;
 }
-
 body, button, input, select, textarea {
     font-family: sans-serif;
     color: #222;
     background-color: rgb(254,254,254);
-    background-color: rgba(254,254,254,255);
+}
+select {
+       border: 1px #555 dotted;
+       padding: 3px;
+       margin: 2px;
+}
+option {
+       padding: 3px;
 }
 /* remember to define focus styles! */
 :focus {
@@ -1992,7 +1998,9 @@ div[id$="wrapper"] br {
     text-decoration: none;
     text-align: center;
 }
-
+#peoplefind-sidebar form {
+       margin-bottom: 10px;
+}
 #sidebar-new-group:hover {
     /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );*/
     /*background: -moz-linear-gradient( center top, #b20202 5%, #d60808 100% );*/
@@ -2003,6 +2011,18 @@ div[id$="wrapper"] br {
     position: relative;
     top: 1px;
 }
+#side-peoplefind-url {
+    background-color: #e5e0cf;
+    color: #666;
+       border: 1px 666 solid;
+       margin-right: 3px;
+       width: 75%;
+}
+#side-peoplefind-url:hover, #side-peoplefind-url:focus {
+    background-color: #efefef;
+    color: #222;
+       border: 1px 333 solid;
+}
 .nets-ul {
     list-style-type: none;
     padding-left: 0px;
@@ -2110,7 +2130,7 @@ div[id$="wrapper"] br {
     overflow: auto;
     width: 100%;
 }
-.field label {
+.field label, label {
     float: left;
     width: 275px;
        display: block;
@@ -2122,7 +2142,7 @@ div[id$="wrapper"] br {
        background: #eee;
        vertical-align: middle;
 }
-.field input {
+.field input, input[type="text"] {
        width: 250px;
        height: 25px;
        border: 1px #999 solid;
index aca10707af2b66ea05498958886162a09cfe45ac..9b5a7223eb3e5755bb6dd642cd8bd97db3c16acb 100644 (file)
Binary files a/view/theme/dispy/tag.png and b/view/theme/dispy/tag.png differ