X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=5808320cb485fb38b61f734157921d6d0a91f577;hb=1d2cef8aefe62f93a71d43d9288a49d4b350484e;hp=f137555e856904c598bb3c38527efb2aac17de1b;hpb=dea0ba28f950867532eae572e7bcda49e81bbcf0;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index f137555e..5808320c 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -33,6 +33,10 @@ h1 { margin-bottom: 20px; } +em { + font-style: italic; +} + /* Buttons */ .bigbutton { background-color: #c0c0c0; @@ -467,7 +471,6 @@ h1 { margin-top: 0; margin-bottom: 12px; font-weight: normal; - max-height: 400px; overflow: auto; } @@ -1148,8 +1151,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; @@ -1157,7 +1164,7 @@ ul.errors { #pluginsadmin .float_label { float: left; - width: 20%; + width: 40%; } #pluginsadmin a { @@ -1175,3 +1182,8 @@ ul.errors { font-style: normal; color: #80AD48; } + +.linklist-plugin-icon { + width: 13px; + height: 13px; +}