summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
committerhukl <hukl@eyelyn.local>2009-11-10 22:47:22 +0100
commit7e2375dedfd8361212bc5b0055bdeb042010ffca (patch)
tree9c33c647cfbc6a39f7dd538dd23a6583adac40cb /public
parenta150d9893e85d8f0e026b926768986f744f16eee (diff)
parentde0647b6b5af45037b75c4e2ddb32d6aed752233 (diff)
Merge branch 'master' of github.com:hukl/cccms
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css2
-rw-r--r--public/stylesheets/ccc.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 2641b98..f95fa18 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -284,7 +284,7 @@ textarea#page_abstract {
284 margin-left: -118px; 284 margin-left: -118px;
285} 285}
286 286
287#new_node input[type=text] { 287#new_node input[type=text], #new_node input[type=password] {
288 width: 350px; 288 width: 350px;
289} 289}
290 290
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 148fced..c12ad8b 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -6,6 +6,7 @@ body {
6 font-family: Verdana, Helvetica, Arial, sans-serif; 6 font-family: Verdana, Helvetica, Arial, sans-serif;
7 font-size: 11px; 7 font-size: 11px;
8 line-height: 16px; 8 line-height: 16px;
9 background-color: #ffffff;
9 color: #535353; 10 color: #535353;
10} 11}
11 12