diff options
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c1273c6..82963dd 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -37,10 +37,13 @@ td { | |||
| 37 | depend on this rule for vertical padding. table.node_table td resets | 37 | depend on this rule for vertical padding. table.node_table td resets |
| 38 | padding-top/bottom to 0 explicitly and does not depend on it. */ | 38 | padding-top/bottom to 0 explicitly and does not depend on it. */ |
| 39 | 39 | ||
| 40 | input[type=text], textarea { | 40 | input[type=text], |
| 41 | input[type=password], | ||
| 42 | textarea { | ||
| 41 | font-size: 1rem; | 43 | font-size: 1rem; |
| 42 | font-family: Helvetica; | 44 | font-family: Helvetica; |
| 43 | border: 1px solid #989898; | 45 | border: 1px solid #989898; |
| 46 | border-radius: 2px; | ||
| 44 | } | 47 | } |
| 45 | 48 | ||
| 46 | select { | 49 | select { |
| @@ -1499,6 +1502,14 @@ div#image_browser ul li { | |||
| 1499 | Action log | 1502 | Action log |
| 1500 | ============================================================ */ | 1503 | ============================================================ */ |
| 1501 | 1504 | ||
| 1505 | #node_action_list td.node_action_body { | ||
| 1506 | border-bottom: 1px solid #f1f1f1; | ||
| 1507 | } | ||
| 1508 | |||
| 1509 | .dashboard_widget .node_action_time span { | ||
| 1510 | display: block; | ||
| 1511 | } | ||
| 1512 | |||
| 1502 | #node_action_list td.node_action_time { | 1513 | #node_action_list td.node_action_time { |
| 1503 | white-space: nowrap; | 1514 | white-space: nowrap; |
| 1504 | vertical-align: top; | 1515 | vertical-align: top; |
