summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-18 21:19:19 +0200
committerhukl <contact@smyck.org>2009-04-18 21:19:19 +0200
commit11da98a9ef32f3ad5893937046e713306045e0a8 (patch)
treeff398ce3f944f88a6ee4d3cfa0bdf8b800823bec
parent5fc6ef71ef53714ca66da1894ee38aa0e259afb6 (diff)
css addition
-rw-r--r--public/stylesheets/admin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 9660959..729cf6c 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -215,6 +215,10 @@ input[type=submit] {
215 background-color: #ffffff; 215 background-color: #ffffff;
216} 216}
217 217
218input[type=radio] {
219 border: 1px solid #989898;
220}
221
218textarea#page_abstract { 222textarea#page_abstract {
219 height: 150px; 223 height: 150px;
220 width: 690px; 224 width: 690px;