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.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index 19ca902a..7fc52e37 100755
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -1281,19 +1281,21 @@ a:hover.medal {
color: #fff;
}
-.action-link a {
+.post-controls a {
color: #777;
padding: 3px;
cursor: pointer;
+ border: none;
+ background: none;
+ text-decoration: none;
}
-.action-link: a hover {
+.post-controls a:hover {
background-color: #777;
- text-decoration: none;
color: #fff;
}
-.action-link-separator {
+.post-controls .sep {
color: #ccc;
}
@@ -1544,6 +1546,12 @@ table.ab-tag-filter-form {
font-size: 10px;
}
+label.retag-error {
+ color: darkred;
+ padding-left: 5px;
+ font-size: 10px;
+}
+
.error-list li {
padding: 5px;
}
@@ -2516,7 +2524,8 @@ ul.form-horizontal-rows li input {
font-weight: bold;
}
-.post-controls {
+.post-controls, .post-tags {
+ clear: left;
float: left;
font-size: 11px;
line-height: 12px;
@@ -2524,6 +2533,14 @@ ul.form-horizontal-rows li input {
margin-bottom: 5px;
}
+.post-tags {
+ margin-bottom:8px;
+}
+
+.post-retag {
+ margin-bottom:0px;
+}
+
#question-controls .tags {
margin: 0 0 3px 0;
}