diff --git a/src/inc/style.css b/src/inc/style.css index e7a461a..700bd38 100644 --- a/src/inc/style.css +++ b/src/inc/style.css @@ -54,13 +54,6 @@ cite { font-style: normal; } -ol, -ul { - padding: 0; - margin: 0; - list-style: none; -} - code { font-family: "Courier New", monospace; font-size: 12px; @@ -265,6 +258,12 @@ input::-moz-focus-inner { float: left; } +ul.nav { + padding: 0; + margin: 0; + list-style: none; +} + .navbar .nav > li { float: left; } @@ -286,6 +285,13 @@ input::-moz-focus-inner { margin: 10px; } +#paging-up ul, +#paging-down ul { + padding: 0; + margin: 0; + list-style: none; +} + .input-append, .input-prepend, .btn-group { @@ -324,6 +330,12 @@ ol.inline > li { /** * List of feeds */ +#list-feeds ul { + padding: 0; + margin: 0; + list-style: none; +} + li.feed { margin-left: 4px; } @@ -367,6 +379,12 @@ li.folder > h5:hover { /** * List of items */ +#list-items { + padding: 0; + margin: 0; + list-style: none; +} + li.item-list { border-bottom: 1px solid #ddd; } diff --git a/src/index.php b/src/index.php index 1e3d8f1..60cb0df 100644 --- a/src/index.php +++ b/src/index.php @@ -3212,9 +3212,9 @@ public static function list_itemsTpl() - + - + @@ -5298,13 +5298,6 @@ public static function init(&$messages) { font-style: normal; } -ol, -ul { - padding: 0; - margin: 0; - list-style: none; -} - code { font-family: "Courier New", monospace; font-size: 12px; @@ -5509,6 +5502,12 @@ public static function init(&$messages) { float: left; } +ul.nav { + padding: 0; + margin: 0; + list-style: none; +} + .navbar .nav > li { float: left; } @@ -5530,6 +5529,13 @@ public static function init(&$messages) { margin: 10px; } +#paging-up ul, +#paging-down ul { + padding: 0; + margin: 0; + list-style: none; +} + .input-append, .input-prepend, .btn-group { @@ -5568,6 +5574,12 @@ public static function init(&$messages) { /** * List of feeds */ +#list-feeds ul { + padding: 0; + margin: 0; + list-style: none; +} + li.feed { margin-left: 4px; } @@ -5611,6 +5623,12 @@ public static function init(&$messages) { /** * List of items */ +#list-items { + padding: 0; + margin: 0; + list-style: none; +} + li.item-list { border-bottom: 1px solid #ddd; } @@ -7083,7 +7101,7 @@ function setDivItem(div, item) { '' + intlTop + ' ' + '' + intlShare + ' ' + (stars?'': - '' + markAs + ' ') + + '' + markAs + ' ') + '' + starred + '' + (view=='list'? ' ' +