--- a/integration/css/edition.css Tue Nov 06 18:49:13 2012 +0100
+++ b/integration/css/edition.css Thu Nov 08 18:24:47 2012 +0100
@@ -46,27 +46,12 @@
.update-title .form-left{
float: left;
}
-.update-title textarea{
- width: 200px;
- height: 66px;
- max-width: 530px;
-}
.update-title .form-left{
margin-right: 12px;
}
.update-title .pointer{
left: 110px;
}
-.update-title label{
- display: block;
- margin-bottom: 4px;
-}
-.update-title input[type=text]{
- width: 200px;
-}
-.update-title p.titre-wrap{
- margin-bottom: 6px;
-}
/* col */
.col-middle,
.col-left,
@@ -140,7 +125,7 @@
font-size: 14px;
font-weight: 600;
color:#de2500;
- margin: 5px 0 10px;
+ margin: 5px 0 2px;
}
.time-tangle {
@@ -173,31 +158,34 @@
float: left;
}
.segmentation .form-segment-left{
- width: 228px;
+ width: 230px;
}
-.segmentation form p{
- margin-bottom: 8px;
-}
-.segmentation label{
+
+.segmentation label, .update-title label {
display: block;
font-size: 12px;
font-weight: 600;
- margin-bottom: 4px;
+ margin: 8px 0 4px;
}
-.segmentation textarea{
+.segmentation textarea, .update-title textarea {
width: 200px;
- height: 66px;
+ height: 69px;
max-width: 200px;
font-size: 12px;
}
-.segmentation input[type=text]{
+
+.segmentation textarea {
+ margin-bottom: 32px;
+}
+
+.segmentation input[type=text], .update-title input[type=text]{
font-size: 12px;
width: 200px;
height: 20px;
}
.add-segment {
- float: right; margin: 4px 0;
+ position: absolute; right: 10px; bottom: 10px;
}
.media-segments h2{
color: #30036d;
@@ -536,3 +524,21 @@
left: 0; position: absolute; width: 100%;
background: url(../img/tooltip.png) bottom no-repeat;
}
+
+.tagit {
+ border: 1px solid #867A97;
+ padding: 0 4px; width: 200px;
+ font-size: 12px; font-family: OpenSans;
+}
+
+ul.tagit li.tagit-choice {
+ padding: 3px 18px 3px 3px;
+}
+
+ul.tagit li.tagit-new {
+ padding: 0;
+}
+
+ul.tagit input[type="text"] {
+ width: 100px;
+}