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,9 +346,10 @@ width: 300px;
346 346
 ul.tagbox {
347 347
 background: #fff;
348 348
 cursor: text;
349
-border: 1px solid #ccc;
349
+border: none;
350 350
 overflow: hidden;
351 351
 padding: 0 0 1px 3px;
352
+margin-left: 0px;
352 353
 }
353 354
 ul.tagbox li {
354 355
 margin:0;
@@ -430,7 +431,7 @@ li.element a.favorite_link
430 431
 {
431 432
   position: relative;
432 433
   top: 0px;
433
-  left: 455px;
434
+  left: 483px;
434 435
 }
435 436
 
436 437
 li.element a.element_open
@@ -472,6 +473,11 @@ li.element img.element_thumbnail
472 473
   color: black;
473 474
 }
474 475
 
476
+ul.elements
477
+{
478
+  margin-left: 0px;
479
+}
480
+
475 481
 ul.elements li.even
476 482
 {
477 483
   background-color: #d9f7ff;
@@ -535,11 +541,20 @@ input.clear, input.mytags
535 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 550
   background-color: #bdf1fe;
541 551
 }
542 552
 
553
+ul.tagbox li.input
554
+{
555
+  padding-top: 2px;
556
+}
557
+
543 558
 ul.tagbox input[type="text"]
544 559
 {
545 560
   height: 14px;