summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-14 15:42:23 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-14 15:42:23 +0000
commita6e8de56a0b24f2083347ed68662b90de0fa6dbf (patch)
tree41ea13c8559b8252abbfee85e090feace1d1f00d /www
parenteafedfb2cdd094d8a1983ea4c3341718dbc743ab (diff)
downloadacf-core-a6e8de56a0b24f2083347ed68662b90de0fa6dbf.tar.bz2
acf-core-a6e8de56a0b24f2083347ed68662b90de0fa6dbf.tar.xz
Graphical changes on ICE-skin.
Special settings for M$ IE. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@721 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/ice/ice-ie.css5
-rw-r--r--www/ice/ice.css39
2 files changed, 17 insertions, 27 deletions
diff --git a/www/ice/ice-ie.css b/www/ice/ice-ie.css
new file mode 100644
index 0000000..cb607fc
--- /dev/null
+++ b/www/ice/ice-ie.css
@@ -0,0 +1,5 @@
+#nav ul li ul li {
+ margin-top: -3px;
+ margin-bottom: -3px;
+}
+
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 999dfdc..347fda6 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -33,9 +33,7 @@ input {
border: 1px solid #ccc;
}
hr {
- background-color: #eee;
- border: none;
- border-top: 1px solid #bbb;
+ background-color: #ff9933;
height: 3px;
}
.error {
@@ -43,12 +41,11 @@ hr {
font-style: italic;
color: #f33;
}
-.attention {
- font-weight: bold;
- text-decoration: underline;
- font-style: italic;
- color: #f33;
+input.error,select.error,textarea.error {
+ font-weight: normal;
+ font-style: normal;
}
+
.mute {
color: #777;
}
@@ -148,8 +145,8 @@ body {
top: 97px;
left: 0px;
width: 180px;
- margin: 0px 0px 0px 9px;
- padding: 0px 10px 0px 0px;
+ margin: 0px 0px 0px 9px;
+ padding: 0px 10px 0px 0px;
background: white;
background-image: url(shadow-side.png);
background-repeat: repeat-y;
@@ -168,11 +165,13 @@ body {
border-top: 1px solid #7799BB;
}
#nav ul li ul {
+ margin-top: 5px;
}
#nav ul li ul li {
+ padding-bottom: 0px;
+ height: 21px;
font-weight: normal;
font-size: 10pt;
- height: 21px;
white-space: nowrap;
overflow: hidden;
border-bottom: 1px solid #cacaca;
@@ -347,20 +346,9 @@ body {
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
}
-#content p,input.text,input.password,select,textarea,table {
- width: 99%;
+#content p,input.text,select,textarea,table,input.password {
+ width: 97%;
}
-#content table {
- margin: 5px;
- margin-top: 0px;
-}
-#content .header {
- background: #bbb;
- color: white;
- font-weight: bold;
- font-size: 14pt;
-}
-
#content textarea {
height: 300px;
}
@@ -370,9 +358,6 @@ body {
#content form select.radio {
border: none;
}
-#content p {
- padding: 5px;
-}
/*----------------------------------------------------------------------------------