summaryrefslogtreecommitdiff
path: root/static/media/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/media/style.css')
-rw-r--r--static/media/style.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/static/media/style.css b/static/media/style.css
index 82c895080..fb7248e84 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -416,17 +416,19 @@ table.confirm tr.spacer td:last-child{
ul.selectmulti{
list-style-type:none;
+ text-align:left;
+ margin-left:100px;
}
-ul.selectmulti li a.remove{
- padding-left:100px;
+ul.selectmulti li{
+ margin:6px 0;
}
td.submit_button{
text-align:center;
}
-a.add-button{
+a.add-button, a.remove{
background-color:#FFF;
border:2px solid #CCC;
-moz-border-radius:8px;
@@ -435,3 +437,9 @@ a.add-button{
padding:0 4px;
color:#61615C;
}
+
+a.remove{
+ color:#D14;
+ margin:0 6px;
+}
+