aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 20:11:10 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 20:11:10 +0200
commit645c0d5bce85be0dfcb7b58c31ce96a47ceb99e3 (patch)
tree45fbd2bbc8aefacdf9ea1f9ea4909bca47818ff2 /app/Resources/static/themes/baggy
parentc36f5adce2dcf30affe972fe8752e98aeb8d57a1 (diff)
downloadwallabag-645c0d5bce85be0dfcb7b58c31ce96a47ceb99e3.tar.gz
wallabag-645c0d5bce85be0dfcb7b58c31ce96a47ceb99e3.tar.zst
wallabag-645c0d5bce85be0dfcb7b58c31ce96a47ceb99e3.zip
better tags on baggy
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 99ea6c6b..61e7b22a 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -383,9 +383,11 @@ footer a {
383 max-height: 2em; 383 max-height: 2em;
384 overflow-y: hidden; 384 overflow-y: hidden;
385 padding: 0; 385 padding: 0;
386 margin: 0;
386} 387}
387 388
388.card-entry-tags li { 389.card-entry-tags li,
390.card-entry-tags span {
389 display: inline-block; 391 display: inline-block;
390 margin: 0 5px; 392 margin: 0 5px;
391 padding: 5px 12px; 393 padding: 5px 12px;
@@ -394,9 +396,19 @@ footer a {
394 max-height: 2em; 396 max-height: 2em;
395 overflow: hidden; 397 overflow: hidden;
396 text-overflow: ellipsis; 398 text-overflow: ellipsis;
399}
400
401.card-entry-tags a,
402.card-entry-labels a {
403 text-decoration: none;
404 font-weight: normal;
397 color: #fff; 405 color: #fff;
398} 406}
399 407
408.nav-panel-add-tag {
409 margin-top: 10px;
410}
411
400.list-entries + .results { 412.list-entries + .results {
401 margin-bottom: 2em; 413 margin-bottom: 2em;
402} 414}
@@ -509,6 +521,7 @@ img.preview {
509 color: #666; 521 color: #666;
510 font-size: 0.9em; 522 font-size: 0.9em;
511 line-height: 1.7; 523 line-height: 1.7;
524 margin-top: 5px;
512} 525}
513 526
514.entry h2 a::first-letter { 527.entry h2 a::first-letter {
@@ -1021,6 +1034,7 @@ blockquote {
1021 1034
1022#article_toolbar li { 1035#article_toolbar li {
1023 display: inline-block; 1036 display: inline-block;
1037 margin: 3px auto;
1024} 1038}
1025 1039
1026#article_toolbar a { 1040#article_toolbar a {