aboutsummaryrefslogtreecommitdiffhomepage
path: root/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'shaarli.css')
-rw-r--r--shaarli.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/shaarli.css b/shaarli.css
index 5a977439..3136755b 100644
--- a/shaarli.css
+++ b/shaarli.css
@@ -44,7 +44,7 @@ margin: auto;
44.paging a:active { color:#fff; } 44.paging a:active { color:#fff; }
45#headerform { padding:5 5 5 5; } 45#headerform { padding:5 5 5 5; }
46#editlinkform { padding:5 5 5 15px; width:80%; } 46#editlinkform { padding:5 5 5 15px; width:80%; }
47#linklist li { padding:4 10 8 20; border-bottom: 1px solid #bbb;} 47#linklist li { padding:4 10 8 20; border-top: 1px solid #bbb; clear:both; }
48#linklist li.private { background-color: #ccc; border-left:8px solid #888; } 48#linklist li.private { background-color: #ccc; border-left:8px solid #888; }
49.linktitle { font-size:14pt; font-weight:bold; } 49.linktitle { font-size:14pt; font-weight:bold; }
50.linktitle a { text-decoration: none; color:#0000EE; } 50.linktitle a { text-decoration: none; color:#0000EE; }
@@ -63,6 +63,13 @@ border-bottom:1px solid #aaa; border-right:1px solid #aaa; }
63#cloudtag a { color:black; text-decoration:none; } 63#cloudtag a { color:black; text-decoration:none; }
64#installform td { font-size: 10pt; padding:10 5 10 5; } 64#installform td { font-size: 10pt; padding:10 5 10 5; }
65#configform td { color:#ccc; font-size: 10pt; padding:10 5 10 5; } 65#configform td { color:#ccc; font-size: 10pt; padding:10 5 10 5; }
66.thumbnail { float:right; margin-left: 10px; }
67
68/* If you want thumbnails on the right:
69.thumbnail { float:left; margin-right: 10px; }
70.linkcontainer { position: static; margin-left:130px; }
71*/
72
66 73
67/* Minimal customisation for jQuery widgets */ 74/* Minimal customisation for jQuery widgets */
68.ui-autocomplete { background-color:#fff; padding-left:5px;} 75.ui-autocomplete { background-color:#fff; padding-left:5px;}