aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r--inc/shaarli.css31
1 files changed, 19 insertions, 12 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index a88143ca..53a407c4 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -339,12 +339,15 @@ h1 {
339 339
340#editlinkform { 340#editlinkform {
341 height: 100%; 341 height: 100%;
342 color: #ffffff;
343 padding: 5px 5px 5px 15px; 342 padding: 5px 5px 5px 15px;
344 width: 80%; 343 width: 80%;
345 clear: left; 344 clear: left;
346} 345}
347 346
347#editlinkform label {
348 color: #ffffff;
349}
350
348#editlinkform textarea, #editlinkform .lf_input { 351#editlinkform textarea, #editlinkform .lf_input {
349 width: 100%; 352 width: 100%;
350} 353}
@@ -599,6 +602,17 @@ a.qrcode img {
599 margin-left: 40px; 602 margin-left: 40px;
600} 603}
601 604
605#changetag div {
606 float:left;
607}
608
609#changetag label {
610 padding: 5px;
611}
612
613#changetag li {
614 color: #000;
615}
602#configform td { 616#configform td {
603 color: #ccc; 617 color: #ccc;
604 font-size: 10pt; 618 font-size: 10pt;
@@ -691,17 +705,6 @@ a.qrcode img {
691 text-shadow: 2px 2px 1px #000000; 705 text-shadow: 2px 2px 1px #000000;
692} 706}
693 707
694/* Minimal customisation for jQuery widgets */
695.ui-autocomplete {
696 background-color: #fff;
697 padding-left: 5px;
698}
699
700.ui-state-hover {
701 background-color: #604dff;
702 color: #fff;
703}
704
705#linklist li.publicLinkHightLight { 708#linklist li.publicLinkHightLight {
706 background: #ffffff; 709 background: #ffffff;
707} 710}
@@ -856,6 +859,10 @@ div.dailyNoEntry {
856 text-align: right; 859 text-align: right;
857} 860}
858 861
862.white {
863 color: white;
864}
865
859/* For lazy images loading in picture wall. 866/* For lazy images loading in picture wall.
860 Using http://www.appelsiini.net/projects/lazyload 867 Using http://www.appelsiini.net/projects/lazyload
861*/ 868*/