1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00
- more label fixes
- simpler approach to get input cursor text


git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-06 15:31:39 +00:00
parent 1e74ea85c5
commit 6205be1e74
42 changed files with 177 additions and 177 deletions

View File

@@ -663,7 +663,7 @@ input, textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.90em;
font-weight: normal;
cursor: default;
cursor: text;
vertical-align: middle;
padding: 2px;
color: #111111;
@@ -735,7 +735,6 @@ textarea {
font-size: 0.85em;
width: 60%;
padding: 2px;
cursor: text;
}
label {
@@ -969,7 +968,6 @@ p.submit-buttons {
fieldset.submit-buttons input, p.submit-buttons input {
padding: 3px 2px;
cursor: pointer;
}
fieldset.submit-buttons legend {
@@ -979,10 +977,6 @@ fieldset.submit-buttons legend {
/* Input field styles
---------------------------------------- */
input.text {
cursor: text;
}
input.radio, input.permissions-checkbox {
width: auto !important;
background-color: transparent;
@@ -1005,11 +999,11 @@ input.autowidth { width: auto !important;}
/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3,
a.button2, input.button2 {
a.button2, input.button2 {
width: auto !important;
padding: 1px 3px;
padding: 1px 3px 0 3px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
color: #000;
font-size: 0.85em;
background: #EFEFEF url("../images/bg_button.gif") repeat-x top;
cursor: pointer;
@@ -1041,6 +1035,11 @@ a.button2:hover, input.button2:hover {
color: #BC2A4D;
}
input.disabled {
font-weight: normal;
color: #666666;
}
/* Pagination
---------------------------------------- */
.pagination {
@@ -1098,40 +1097,6 @@ a.button2:hover, input.button2:hover {
}
/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3,
a.button2, input.button2 {
width: auto !important;
padding: 1px 3px 0 3px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000;
background-color: #EFEFEF;
cursor: pointer;
}
a.button1, input.button1 {
font-weight: bold;
border: 1px solid #666666;
}
a.button2, input.button2 {
border: 1px solid #666666;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
text-decoration: none;
color: #000000;
padding: 4px 8px;
}
input.disabled {
font-weight: normal;
color: #666666;
}
/* Action Highlighting
---------------------------------------- */
.successbox, .errorbox {