]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Describe markdown HTML rendering and display a warning
[github/shaarli/Shaarli.git] / inc / shaarli.css
index f137555e856904c598bb3c38527efb2aac17de1b..a24d4b7c1e384cfc72a03000e462263063c77fb0 100644 (file)
@@ -33,6 +33,14 @@ h1 {
     margin-bottom: 20px;
 }
 
+em {
+    font-style: italic;
+}
+
+strong {
+    font-weight: bold;
+}
+
 /* Buttons */
 .bigbutton {
     background-color: #c0c0c0;
@@ -467,7 +475,6 @@ h1 {
     margin-top: 0;
     margin-bottom: 12px;
     font-weight: normal;
-    max-height: 400px;
     overflow: auto;
 }
 
@@ -1148,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;
@@ -1157,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 {
 
@@ -1175,3 +1191,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}