X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fshaarli.css;h=a24d4b7c1e384cfc72a03000e462263063c77fb0;hb=75f7adee19f3cced8a2d5eb134e9d6723a69a474;hp=8a7409b23df05dc4160eefb559d0cd9b5a9db31c;hpb=268a2e52659964fb7d033a1bb4d1490bf8cc49bf;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 8a7409b2..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; @@ -1147,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; @@ -1156,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 { @@ -1174,3 +1191,8 @@ ul.errors { font-style: normal; color: #80AD48; } + +.linklist-plugin-icon { + width: 13px; + height: 13px; +}