]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Styles for application list
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 02:04:20 +0000 (02:04 +0000)
committerSarven Capadisli <csarven@status.net>
Sat, 23 Jan 2010 23:14:42 +0000 (00:14 +0100)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 5e280bdfee1f26d429d1e50ba0ef3b38a3f4eefa..c33f64aca03ea6a90a5afc41240fc20e4bcb68a8 100644 (file)
@@ -894,6 +894,19 @@ font-weight:normal;
 margin-right:11px;
 }
 
+/*applications*/
+.applications {
+margin-bottom:18px;
+float:left;
+width:100%;
+}
+.applications li {
+list-style-type:none;
+}
+.application img {
+max-width:96px;
+max-height:96px;
+}
 #showapplication .entity_profile {
 width:68%;
 }
@@ -929,7 +942,8 @@ font-size:1.3em;
 
 /* NOTICE */
 .notice,
-.profile {
+.profile,
+.application {
 position:relative;
 padding-top:11px;
 padding-bottom:11px;
index 8a2c0117520762378b71a0838bec8b789cf5a89f..4a45303caacf7a851b9aa58866d7b9f2b23ad335 100644 (file)
@@ -129,6 +129,7 @@ color:#002FA7;
 
 .notice,
 .profile,
+.application,
 #content tbody tr {
 border-top-color:#C8D1D5;
 }
@@ -378,6 +379,7 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 }
 #content .notices li:hover,
+#content .applications li:hover,
 #content tbody tr:hover {
 background-color:rgba(240, 240, 240, 0.2);
 }
index 4ee48459d008763b5b8870ff98f6b409f570bedf..96e3c61bc682bd50b93484545fe5104908c70672 100644 (file)
@@ -129,6 +129,7 @@ color:#002FA7;
 
 .notice,
 .profile,
+.application,
 #content tbody tr {
 border-top-color:#CEE1E9;
 }
@@ -377,6 +378,7 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 }
 #content .notices li:hover,
+#content .applications li:hover,
 #content tbody tr:hover {
 background-color:rgba(240, 240, 240, 0.2);
 }