aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/admin.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2012-07-06 13:33:13 -0700
committerEvan Winslow <evan@elgg.org>2012-07-06 13:37:11 -0700
commitecf32df080378140d9de6c8d28f0db4606a454ed (patch)
tree0a3f44ddcb972b353a75191accf269aae982cbf7 /views/default/css/admin.php
parent28e28ec8b23d8077194704ace9584fd4f742f2ce (diff)
downloadelgg-ecf32df080378140d9de6c8d28f0db4606a454ed.tar.gz
elgg-ecf32df080378140d9de6c8d28f0db4606a454ed.tar.bz2
Some cleanup for admin css. Removing outlines is bad for accessibility.
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r--views/default/css/admin.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index 0f5c1f677..78ec95c26 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -25,7 +25,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
- outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
@@ -41,9 +40,6 @@ img {
border-width: 0;
border-color: transparent;
}
-:focus {
- outline: 0 none;
-}
ol, ul {
list-style: none;
}
@@ -359,6 +355,8 @@ p {
.elgg-table td, .elgg-table th {
background: white;
border: 1px solid #ccc;
+ padding: 4px 8px;
+ vertical-align: middle;
}
.elgg-table th {
background-color: #ddd;
@@ -366,10 +364,10 @@ p {
.elgg-table .alt td {
background: #eee;
}
-.elgg-table td {
- padding: 4px 8px;
- border-bottom: 1px solid #ccc;
+.elgg-table input[type=checkbox] {
+ margin-top: 3px;
}
+
.elgg-table-alt {
width: 100%;
border-top: 1px solid #ccc;
@@ -441,7 +439,9 @@ input {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
+ margin: 0;
}
+
/* default elgg core input field classes */
.elgg-input-text,
.elgg-input-tags,
@@ -471,7 +471,6 @@ textarea {
width: auto;
padding: 2px 4px;
cursor: pointer;
- outline: none;
}
a.elgg-button {
padding: 3px 6px;