]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Styles for application details page
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 01:02:55 +0000 (01:02 +0000)
committerZach Copley <zach@status.net>
Thu, 14 Jan 2010 02:41:07 +0000 (02:41 +0000)
theme/base/css/display.css

index 2e4c88dfa32e11c411a512d6c9fe13b07006c3da..5e280bdfee1f26d429d1e50ba0ef3b38a3f4eefa 100644 (file)
@@ -894,6 +894,39 @@ font-weight:normal;
 margin-right:11px;
 }
 
+#showapplication .entity_profile {
+width:68%;
+}
+#showapplication .entity_profile img {
+max-width:96px;
+max-height:96px;
+}
+#showapplication .entity_profile .entity_fn {
+margin-left:0;
+}
+#showapplication .entity_profile .entity_fn .fn:before,
+#showapplication .entity_profile .entity_fn .fn:after {
+content:'';
+}
+#showapplication .entity_data {
+clear:both;
+margin-bottom:18px;
+}
+#showapplication .entity_data h2 {
+display:none;
+}
+#showapplication .entity_data dl {
+margin-bottom:18px;
+}
+#showapplication .entity_data dt {
+font-weight:bold;
+}
+#showapplication .entity_data dd {
+margin-left:1.795%;
+font-family:monospace;
+font-size:1.3em;
+}
+
 /* NOTICE */
 .notice,
 .profile {