src/widgets/CurrentSegmentInfobox.module.css
changeset 1072 ac1eacb3aa33
parent 1069 2409cb4cebaf
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
       
     1 .Ldt-CurrentSegmentInfobox{
       
     2 	background: url(img/pinstripe.png);
       
     3 	width: 535px;
       
     4 	max-height: 280px;
       
     5 	margin: 0px;
       
     6 	margin-top: 4px;
       
     7 	border-style: solid;
       
     8 	border-width: 1px;
       
     9 	border-color: #b7b7b7;
       
    10 }
       
    11 
       
    12 .Ldt-CurrentSegmentInfobox-Element{
       
    13 	margin: 5px;
       
    14 	vertical-align: top;
       
    15 }
       
    16 
       
    17 .Ldt-CurrentSegmentInfobox-Tags-Ul{
       
    18 	list-style: none;
       
    19 	margin: 0px;
       
    20 }
       
    21 
       
    22 .Ldt-CurrentSegmentInfobox-Tags{
       
    23 	margin: 0px;
       
    24 }
       
    25 
       
    26 .Ldt-CurrentSegmentInfobox-Tags-Li{
       
    27 	display: inline-block;
       
    28 	background-color: #ffffff;
       
    29 	margin: 2px;
       
    30 	padding: 2px;
       
    31 	border: solid 1px;
       
    32 	border-color: #aeaeae;
       
    33 }
       
    34 
       
    35 .Ldt-CurrentSegmentInfobox-Title{
       
    36 	color: #0068c4;
       
    37     font-size: 15px;
       
    38     font-weight: bold;
       
    39 }
       
    40 
       
    41 .Ldt-CurrentSegmentInfobox-Description{
       
    42 	font-size: 13px;
       
    43 	font-weight: bold;
       
    44 }
       
    45 
       
    46 textarea.Ldt-CurrentSegmentInfobox-DescriptionInput.Ldt-CurrentSegmentInfobox-Description{
       
    47 	display: inline-block;
       
    48 	width: 95%;
       
    49 }
       
    50 
       
    51 .Ldt-CurrentSegmentInfobox-NoSegment{
       
    52 	font-size: 15px;
       
    53 	font-weight: bold;
       
    54 }
       
    55 
       
    56 .Ldt-CurrentSegmentInfobox-SubmitButton{
       
    57 	display: inline-block;
       
    58     background-color: #d93c71;
       
    59     color: #ffffff;
       
    60     cursor: pointer;
       
    61     height: 14px;
       
    62     width: 100px;
       
    63     margin: 2px;
       
    64     margin-top: 5px;
       
    65     padding: 2px;
       
    66     font-size: 11px;
       
    67     border: 1px solid;
       
    68     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    69     cursor: pointer;
       
    70     text-align: center;
       
    71     vertical-align: middle;
       
    72 }
       
    73 
       
    74 .Ldt-CurrentSegmentInfobox-CancelButton{
       
    75 	display: inline-block;
       
    76     background-color: #d93c71;
       
    77     color: #ffffff;
       
    78     cursor: pointer;
       
    79     height: 14px;
       
    80     width: 100px;
       
    81     margin: 2px;
       
    82     margin-top: 5px;
       
    83     margin-right: 5px;
       
    84     padding: 2px;
       
    85     font-size: 11px;
       
    86     border: 1px solid;
       
    87     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    88     cursor: pointer;
       
    89     text-align: center;
       
    90     vertical-align: middle;
       
    91 }
       
    92 
       
    93 .Ldt-CurrentSegmentInfobox-CreateTagButton{
       
    94 	display: block;
       
    95     background-color: #d93c71;
       
    96     color: #ffffff;
       
    97     cursor: pointer;
       
    98     height: 14px;
       
    99     width: 75px;
       
   100     margin: 2px;
       
   101     padding: 2px;
       
   102     font-size: 11px;
       
   103     border: 1px solid;
       
   104     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   105     cursor: pointer;
       
   106     text-align: center;
       
   107 /*    vertical-align: middle; */
       
   108 }
       
   109 
       
   110 .Ldt-CurrentSegmentInfobox-Tags-Li-Input{
       
   111 	width: 80px;
       
   112 }
       
   113 
       
   114 .Ldt-CurrentSegmentInfobox-EditButton{
       
   115 	float: right;
       
   116 	display: inline-block;
       
   117     background-color: #d93c71;
       
   118     color: #ffffff;
       
   119     cursor: pointer;
       
   120     height: 18px;
       
   121     width: 95px;
       
   122     font-size: 14px;
       
   123     border: 1px solid;
       
   124     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   125     cursor: pointer;
       
   126     margin-right: 5px;
       
   127     margin-left: 5px;
       
   128     margin-bottom: 5px;
       
   129     margin-top: 5px;
       
   130     padding: 4px;
       
   131     text-align: center;
       
   132 	vertical-align: middle;
       
   133 	line-height: 18px;
       
   134 }
       
   135 
       
   136 .Ldt-CurrentSegmentInfobox-EditButton:hover, .Ldt-CurrentSegmentInfobox-CreateTagInput-Add:hover{
       
   137 	background-color: #e15581;
       
   138 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
   139 }
       
   140 
       
   141 .Ldt-CurrentSegmentInfobox-CreateTagButton:hover, .Ldt-CurrentSegmentInfobox-CancelButton:hover,
       
   142 .Ldt-CurrentSegmentInfobox-SubmitButton:hover{
       
   143 	background-color: #e15581;
       
   144 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
   145 }
       
   146 
       
   147 .Ldt-CurrentSegmentInfobox-Tags-Li-DeleteTagButton{
       
   148 	font-weight: bold;
       
   149 	color: #d93c71
       
   150 }
       
   151 
       
   152 .Ldt-CurrentSegmentInfobox-Tags-Li-DeleteTagButton:hover{
       
   153 	color: #e16e93
       
   154 }
       
   155 
       
   156 .Ldt-CurrentSegmentInfobox-FieldsHeader{
       
   157 	margin: 5px;
       
   158 }
       
   159 
       
   160 .Ldt-CurrentSegmentInfobox-TagsHeader{
       
   161 	margin-top: 10px;
       
   162 	margin-left: 5px;
       
   163 }
       
   164 
       
   165 .Ldt-CurrentSegmentInfobox-CreateTagInput{
       
   166     border: 2px solid #848484;
       
   167     margin: 5px 2px;
       
   168     padding: 4px;
       
   169 }
       
   170 
       
   171 .Ldt-CurrentSegmentInfobox-CreateTagInput-Add{
       
   172     margin: 5px;
       
   173     padding: 4px;
       
   174 	display: inline-block;
       
   175     background-color: #d93c71;
       
   176     color: #ffffff;
       
   177     cursor: pointer;
       
   178     height: 14px;
       
   179     width: 14px;
       
   180     font-size: 14px;
       
   181     font-style: bold;
       
   182     border: 1px solid;
       
   183     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   184     cursor: pointer;
       
   185     padding: 4px;
       
   186     text-align: center;
       
   187 	vertical-align: middle;
       
   188 	line-height: 14px;
       
   189 }