X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=a24d4b7c1e384cfc72a03000e462263063c77fb0;hb=75f7adee19f3cced8a2d5eb134e9d6723a69a474;hp=2e41988e8e0f5a90030dd23494e29f31fc15b4c9;hpb=c51fae92dc7d3080def81a2797e0d683b3e6d82a;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 2e41988e..a24d4b7c 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -37,6 +37,10 @@ em { font-style: italic; } +strong { + font-weight: bold; +} + /* Buttons */ .bigbutton { background-color: #c0c0c0; @@ -1151,8 +1155,12 @@ ul.errors { margin: 10px 0; } +#pluginsadmin label { + cursor: pointer; +} + #pluginsadmin .plugin_parameter { - padding: 5px 0; + padding: 10px 0; border-width: 1px 0; border-style: solid; border-color: #c0c0c0; @@ -1160,12 +1168,17 @@ ul.errors { #pluginsadmin .float_label { float: left; - width: 20%; + width: 40%; } #pluginsadmin a { + color: #486D08; +} + +#pluginsadmin a.arrow { color: black; } + /* 404 page */ .error-container { @@ -1178,3 +1191,8 @@ ul.errors { font-style: normal; color: #80AD48; } + +.linklist-plugin-icon { + width: 13px; + height: 13px; +}