Browse Source

Petites retouches css

bastien 13 years ago
parent
commit
996c92dc23
1 changed files with 18 additions and 3 deletions
  1. 18 3
      web/bundles/muzichcore/css/main.css

+ 18 - 3
web/bundles/muzichcore/css/main.css View File

346
 ul.tagbox {
346
 ul.tagbox {
347
 background: #fff;
347
 background: #fff;
348
 cursor: text;
348
 cursor: text;
349
-border: 1px solid #ccc;
349
+border: none;
350
 overflow: hidden;
350
 overflow: hidden;
351
 padding: 0 0 1px 3px;
351
 padding: 0 0 1px 3px;
352
+margin-left: 0px;
352
 }
353
 }
353
 ul.tagbox li {
354
 ul.tagbox li {
354
 margin:0;
355
 margin:0;
430
 {
431
 {
431
   position: relative;
432
   position: relative;
432
   top: 0px;
433
   top: 0px;
433
-  left: 455px;
434
+  left: 483px;
434
 }
435
 }
435
 
436
 
436
 li.element a.element_open
437
 li.element a.element_open
472
   color: black;
473
   color: black;
473
 }
474
 }
474
 
475
 
476
+ul.elements
477
+{
478
+  margin-left: 0px;
479
+}
480
+
475
 ul.elements li.even
481
 ul.elements li.even
476
 {
482
 {
477
   background-color: #d9f7ff;
483
   background-color: #d9f7ff;
535
   font-size: 80%;
541
   font-size: 80%;
536
 }
542
 }
537
 
543
 
538
-ul.tagbox, ul.tagbox input[type="text"]
544
+ul.tagbox input[type="text"]
539
 {
545
 {
546
+  -moz-border-radius: 5px;
547
+	-webkit-border-radius: 5px;
548
+	-khtml-border-radius: 5px;
549
+	border-radius: 5px;
540
   background-color: #bdf1fe;
550
   background-color: #bdf1fe;
541
 }
551
 }
542
 
552
 
553
+ul.tagbox li.input
554
+{
555
+  padding-top: 2px;
556
+}
557
+
543
 ul.tagbox input[type="text"]
558
 ul.tagbox input[type="text"]
544
 {
559
 {
545
   height: 14px;
560
   height: 14px;