Skip to content

Commit

Permalink
Updated style sheet
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1939 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 17, 2006
1 parent ddb3403 commit afc69a3
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions admin/styles/default/adminstyle.css
Expand Up @@ -4,6 +4,7 @@ body {
margin-right: 0px;
margin-bottom: 0px;
}

img {
border: 0px ;
}
Expand Down Expand Up @@ -59,26 +60,34 @@ td {
font-family: verdana,arial,sans-serif;
font-size: 11px;
}

.standardbtn
{
height: 20;
font-family: verdana,arial,sans-serif;
color: #000000;
font-size: 11px;
}

.slstyle{
input,select
{
background-color: #EEEFFF;
height: 18;
font-family: verdana;
font-family: verdana,arial,sans-serif;
font-size: 10px;
color: #000080
color: #000080;
}

.slstyle2
{
textarea{
background-color: #EEEFFF;
font-family: verdana;
font-family: verdana,arial,sans-serif;
font-size: 10px;
color: #000080
}

.subtitle
{
font-family: verdana;
font-family: verdana,arial,sans-serif;
font-size: 10;
color: #FFFFFF
}
Expand All @@ -87,7 +96,7 @@ td {
margin-top: 10px;
height: 20px;
font-size: 10px;
font-family: verdana;
font-family: verdana,arial,sans-serif;
color: #333333;
background: SILVER;
width: 180
Expand All @@ -97,7 +106,7 @@ td {
margin-top: 10px;
height: 20px;
font-size: 10px;
font-family: verdana;
font-family: verdana,arial,sans-serif;
color: #333333;
background: SILVER;
width: 180
Expand All @@ -107,15 +116,15 @@ td {
margin-top: 10px;
height: 20px;
font-size: 10px;
font-family: verdana;
font-family: verdana,arial,sans-serif;
color: #333333;
background: SILVER;
width: 180
}
.boxcaption
{
font-size: 12px;
font-family: verdana;
font-family: verdana,arial,sans-serif;
font-weight: bold;
}
.saveOrderbtn
Expand All @@ -129,7 +138,7 @@ td {
.settingcaption
{
font-size: 13px;
font-family: verdana;
font-family: verdana,arial,sans-serif;
font-weight: bold;
}
/**
Expand Down

0 comments on commit afc69a3

Please sign in to comment.