diff options
| author | 2014-06-05 20:15:45 +0200 | |
|---|---|---|
| committer | 2014-06-05 20:15:45 +0200 | |
| commit | 9916d6f79191b227e2d63f974ce96a485a8f6f90 (patch) | |
| tree | f31b70eb17ca4555a7170ccecb00642a783c87ff | |
| parent | 1c2cdd7650f08159fcd89900f9bc5b994622218d (diff) | |
Update themes
- Fix some Webkit problems
- Change render of #bigMarkAsRead
| -rw-r--r-- | p/themes/Origine2/origine.css | 18 | ||||
| -rw-r--r-- | p/themes/Origine2/template.css | 3 | ||||
| -rw-r--r-- | p/themes/template/template.css | 3 |
3 files changed, 18 insertions, 6 deletions
diff --git a/p/themes/Origine2/origine.css b/p/themes/Origine2/origine.css index 9f339a2e9..3a32d54d3 100644 --- a/p/themes/Origine2/origine.css +++ b/p/themes/Origine2/origine.css @@ -41,6 +41,7 @@ input, select, textarea { border: 1px solid #bbb; border-radius: 3px; color: #666; + line-height: 25px; vertical-align: middle; box-shadow: 0 2px 2px #eee inset; } @@ -146,13 +147,12 @@ form th { border-left: none; border-radius: 0 3px 3px 0; } -.stick .btn + .dropdown a { -} .btn { display: inline-block; min-height: 37px; min-width: 15px; + margin: 0; padding: 5px 10px; background: #fff; background: linear-gradient(to bottom, #fff 0%, #eee 100%); @@ -783,10 +783,20 @@ a.btn { text-align: center; text-decoration: none; text-shadow: 0 -1px 0 #aaa; + color: #666; + background: #fafafa; } #bigMarkAsRead:hover { - background: #333; - color: #fff; + color: #000; + background: #ccc; + background: radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%); + background: -moz-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%); + background: -webkit-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%); + background: -o-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%); + background: -ms-radial-gradient(circle at 50% -25% , #ccc 0%, #fafafa 50%); +} +#bigMarkAsRead:hover .bigTick { + text-shadow: 0 0 10px #666; } /*=== Navigation menu (for articles) */ diff --git a/p/themes/Origine2/template.css b/p/themes/Origine2/template.css index dd8682472..8b14633b2 100644 --- a/p/themes/Origine2/template.css +++ b/p/themes/Origine2/template.css @@ -365,6 +365,7 @@ a.btn { } .flux .item { line-height: 40px; + white-space: nowrap; } .flux .item.manage, .flux .item.link { @@ -493,7 +494,7 @@ a.btn { } #bigMarkAsRead { display: block; - padding: 5em 0; + padding: 3em 0; text-align: center; } .bigTick { diff --git a/p/themes/template/template.css b/p/themes/template/template.css index dd8682472..8b14633b2 100644 --- a/p/themes/template/template.css +++ b/p/themes/template/template.css @@ -365,6 +365,7 @@ a.btn { } .flux .item { line-height: 40px; + white-space: nowrap; } .flux .item.manage, .flux .item.link { @@ -493,7 +494,7 @@ a.btn { } #bigMarkAsRead { display: block; - padding: 5em 0; + padding: 3em 0; text-align: center; } .bigTick { |
