diff options
author | plegall <plg@piwigo.org> | 2016-07-13 19:28:15 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-07-13 19:28:15 +0200 |
commit | e47568b087902cd98accfdbe1cf7b59007b950f9 (patch) | |
tree | 8591288303a66c63fb2a01be10713f221bd1bf13 | |
parent | 6932344e72fde6c6bf455a610c312139a4217ce1 (diff) |
fixes #490, less visible borders on tags by letter
-rw-r--r-- | themes/elegant/theme.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 83f130deb..3fb589222 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -264,6 +264,23 @@ a:hover { border-bottom: none;} #pictureComments INPUT[type=submit] { margin: 0;} .commentElement .description { padding: 5px;} +/* tag page */ + +FIELDSET.tagLetter, LEGEND.tagLetterLegend, TR.tagLine { + border-color: #333; +} + +FIELDSET.tagLetter { + width:250px; +} + +TABLE.tagLetterContent { + font-size:inherit; +} + +TD.nbEntries { + white-space: nowrap; +} /* calendar */ |