X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=a24d4b7c1e384cfc72a03000e462263063c77fb0;hb=3d8f5cf84b8baa4a212f5089633af7c640609b62;hp=1be4d752b0c3b5f173cfe8b6c12593daf51de462;hpb=10269bc8c9dfe87eb213c09a44308ce64ae0c12d;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 1be4d752..a24d4b7c 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -33,6 +33,14 @@ h1 { margin-bottom: 20px; } +em { + font-style: italic; +} + +strong { + font-weight: bold; +} + /* Buttons */ .bigbutton { background-color: #c0c0c0; @@ -1152,7 +1160,7 @@ ul.errors { } #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; +}