X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=a24d4b7c1e384cfc72a03000e462263063c77fb0;hb=3d8f5cf84b8baa4a212f5089633af7c640609b62;hp=7a9d9afbe5ccbeb605bc7bfb9d50ae60964c52c7;hpb=c6744a9e89b62ba94563c43ab33f964ec0b11a17;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 7a9d9afb..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; @@ -1156,7 +1160,7 @@ ul.errors { } #pluginsadmin .plugin_parameter { - padding: 5px 0; + padding: 10px 0; border-width: 1px 0; border-style: solid; border-color: #c0c0c0; @@ -1164,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 { @@ -1182,3 +1191,8 @@ ul.errors { font-style: normal; color: #80AD48; } + +.linklist-plugin-icon { + width: 13px; + height: 13px; +}