diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-20 19:28:39 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-20 19:28:39 +0200 |
commit | 032e0ca13ab8ebf99b5169f6f733db4184cdde6c (patch) | |
tree | 202f259fc3d9157e66195036584211e4c84515c1 /themes/solarized/css/style-solarized.css | |
parent | 6203ef8e51c8b2712e54a01a183f30d282926b0b (diff) | |
download | wallabag-032e0ca13ab8ebf99b5169f6f733db4184cdde6c.tar.gz wallabag-032e0ca13ab8ebf99b5169f6f733db4184cdde6c.tar.zst wallabag-032e0ca13ab8ebf99b5169f6f733db4184cdde6c.zip |
a lot of refactoring: tag action is now handled by home view and uses sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes
Diffstat (limited to 'themes/solarized/css/style-solarized.css')
-rw-r--r-- | themes/solarized/css/style-solarized.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/solarized/css/style-solarized.css b/themes/solarized/css/style-solarized.css index 6058d056..cf16338f 100644 --- a/themes/solarized/css/style-solarized.css +++ b/themes/solarized/css/style-solarized.css | |||
@@ -217,4 +217,16 @@ a.link span { | |||
217 | 217 | ||
218 | a.bad-display span { | 218 | a.bad-display span { |
219 | background-image: url('../img/solarized/bad-display.png'); | 219 | background-image: url('../img/solarized/bad-display.png'); |
220 | } | ||
221 | |||
222 | .arrow-down { | ||
223 | width: 0px; | ||
224 | height: 0px; | ||
225 | border-style: solid; | ||
226 | border-width: 10px 10px 0 10px; | ||
227 | border-color: #93A1A1 transparent transparent transparent; | ||
228 | |||
229 | position: absolute; | ||
230 | margin-top: 1.5em; | ||
231 | margin-left: -30px; | ||
220 | } \ No newline at end of file | 232 | } \ No newline at end of file |