aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
commit6205be1e746dd51dface756fbeb8b7fc702e1d80 (patch)
tree5f6fc8a6fa8bc8f13d5511a3f8ac4bb148d60b5e /phpBB/adm/style/admin.css
parent1e74ea85c5eebf9de7d29b1816ed5f8d9a02d638 (diff)
downloadforums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.gz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.bz2
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.xz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.zip
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css53
1 files changed, 9 insertions, 44 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 13711deb95..691accc13c 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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 {