]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Plugin parameter description: Update the templates to display them
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 1be4d752b0c3b5f173cfe8b6c12593daf51de462..5808320cb485fb38b61f734157921d6d0a91f577 100644 (file)
@@ -33,6 +33,10 @@ h1 {
     margin-bottom: 20px;
 }
 
+em {
+    font-style: italic;
+}
+
 /* Buttons */
 .bigbutton {
     background-color: #c0c0c0;
@@ -1152,7 +1156,7 @@ ul.errors {
 }
 
 #pluginsadmin .plugin_parameter {
-    padding: 5px 0;
+    padding: 10px 0;
     border-width: 1px 0;
     border-style: solid;
     border-color: #c0c0c0;
@@ -1160,7 +1164,7 @@ ul.errors {
 
 #pluginsadmin .float_label {
     float: left;
-    width: 20%;
+    width: 40%;
 }
 
 #pluginsadmin a {
@@ -1178,3 +1182,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}