diff options
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/elements/forms.php | 4 | ||||
-rw-r--r-- | views/default/css/elements/navigation.php | 8 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php index 8d10ecd..9cc0b4f 100644 --- a/views/default/css/elements/forms.php +++ b/views/default/css/elements/forms.php @@ -53,7 +53,8 @@ label { input, textarea { color: #666; - font: 120% Arial, Helvetica, sans-serif; + font-family: "Open Sans"; + font-size: 120%; padding: 5px; width: 100%; } @@ -77,6 +78,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus { /*border: solid 1px #ff4c12;*/ /*background: #D5E2F7;*/ background: white; + border: 1px solid #888; color:#333; } diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index b9e95c4..a70b5a8 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -120,7 +120,7 @@ font-weight: bold; line-height: 1.2em; color: #bababa; - padding-top: 10px; + margin: 8px 0px; } .elgg-breadcrumbs > li { @@ -366,12 +366,12 @@ } .elgg-menu-page a:hover { background-color: #333; - color: #aaa; + color: #eee; text-decoration: none; } .elgg-menu-page li.elgg-state-selected > a { background-color: #333; - color: #ccc; + color: #eee; } .elgg-menu-page .elgg-child-menu { display: none; @@ -510,7 +510,7 @@ } .elgg-menu-owner-block li a:hover { background-color: #333; - color: #aaa; + color: #eee; text-decoration: none; } .elgg-menu-owner-block li.elgg-state-selected > a { diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 89adba6..019659a 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -31,6 +31,7 @@ font-weight: 400; } + body { font-size: 72%; line-height: 1.4em; @@ -155,6 +156,7 @@ h6 { font-size: 0.8em; } *************************************** */ .elgg-output { margin-top: 10px; + line-height: 1.7em; } .elgg-output dt { font-weight: bold } |