summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-09 09:20:07 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-09 09:20:07 +0200
commit20032f887936fae58670ec9016d079ddb0bd1dc5 (patch)
tree8b706d1d2b7d445428fd1a43af371994b6902ca8
parentfb2803feffa1c14e28f00e2df2be86820c329d69 (diff)
downloadacf-skins-20032f887936fae58670ec9016d079ddb0bd1dc5.tar.bz2
acf-skins-20032f887936fae58670ec9016d079ddb0bd1dc5.tar.xz
Cleaning up unused code. Removing borders that looked different in various browsers. Modified margins for <P> and other fields. And some other modifications.
-rw-r--r--snow/snow.css29
1 files changed, 7 insertions, 22 deletions
diff --git a/snow/snow.css b/snow/snow.css
index fb2c758..d76da5c 100644
--- a/snow/snow.css
+++ b/snow/snow.css
@@ -243,28 +243,13 @@ body {
padding: 0em;
margin: 0;
width: 70%;
- /* border-top: 1px solid #ccc;
- */
}
#content p {
clear: both;
- padding: 1em 1em 1em 1em;
+ padding: 0em 1em 0.2em 2em;
}
-/*
-#content h1 {
- font-size: 150%;
- width: 100%;
- clear: both;
- color: #446;
- text-align: right;
- border-top: 1px solid #aa9;
- border-bottom: 1px solid #aa9;
- }
-
-*/
-
#content h1,h2,h3 {
background: url("ul.png") no-repeat #666;
font-size: 120%;
@@ -307,16 +292,16 @@ body {
clear: left;
width: 25%;
text-align: left;
- padding: 5px 0 0px 15px;
- border-bottom: 1px solid transparent;
+ padding-top: 15px;
+ margin-left: 10px;
}
#content dd {
- margin-left: 25%;
+ padding-top: 15px;
+ margin-left: 26%;
clear: right;
- padding: 5px 0 0px 15px;
- border-bottom: 1px solid transparent;
+ border-bottom: none;
}
#content p,input.text,select,textarea,input.password {
@@ -348,7 +333,7 @@ input, password, select, textarea {
input.text, input.password {
border: none;
- border-bottom: 1px dotted #226;
+ border-bottom: 1px dashed #226;
}