diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/css/dark.css | 13 | ||||
-rw-r--r-- | share/css/light.css | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/share/css/dark.css b/share/css/dark.css index 64ea7c2..b29caad 100644 --- a/share/css/dark.css +++ b/share/css/dark.css @@ -12,3 +12,16 @@ a { color: #eeeeee!important; background-color: #333333!important; } + +.glightbox-mobile +.gslide-description { + padding-top: 0!important; + padding-bottom: 0!important; + bottom: 0!important; +} + +.glightbox-mobile +.gslide-description +.gdesc-inner { + padding-top: 0!important; +} diff --git a/share/css/light.css b/share/css/light.css index 0fb96c9..5e7c6ad 100644 --- a/share/css/light.css +++ b/share/css/light.css @@ -1,3 +1,16 @@ a { color: #000099; } + +.glightbox-mobile +.gslide-description { + padding-top: 0!important; + padding-bottom: 0!important; + bottom: 0!important; +} + +.glightbox-mobile +.gslide-description +.gdesc-inner { + padding-top: 0!important; +} |