summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/media/style/style.css')
-rwxr-xr-xaskbot/skins/default/media/style/style.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index b01cbbab..ff5ceacc 100755
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -949,7 +949,7 @@ a:hover.medal {
border-right: 1px solid #D1CA3D;
}
-/*Tabꠏ*/
+/*Tabs*/
.tabBar {
background-color: #FFF;
border-bottom: 1px solid white;
@@ -2732,6 +2732,38 @@ img.gravatar {
text-decoration: underline;
}
+#responses {
+ clear:both;
+ line-height:18px;
+ margin-bottom:15px;
+}
+
+#responses div.face {
+ float:left;
+ text-align: center;
+ width: 54px;
+ padding: 3px;
+ overflow:hidden;
+}
+
+.re {
+ min-height: 57px;
+ clear: both;
+}
+
+#responses input {
+ float:left;
+}
+#re_tools {
+ margin-bottom:10px;
+}
+#re_sections {
+ margin-bottom:6px;
+}
+#re_sections .on {
+ font-weight:bold;
+}
+
/* Pretty printing styles. Used with prettify.js. */
.str { color: #080; }