src/widgets/Markers.css
changeset 1045 b06345320ffb
child 1051 3820cf5fe29e
equal deleted inserted replaced
1044:d8339b45edc4 1045:b06345320ffb
       
     1 
       
     2 .Ldt-Markers-Marker {
       
     3     position: absolute; 
       
     4     margin-left: -1px; 
       
     5     border: 1px solid #ffffff;
       
     6 }
       
     7 
       
     8 .Ldt-Markers-MarkerBall {
       
     9 	background: #ffffff;
       
    10 }
       
    11 
       
    12 .Ldt-Markers-MarkerBall:hover {
       
    13 	background: #bebebe;
       
    14 }
       
    15 
       
    16 .Ldt-Markers-List{
       
    17 	overflow: hidden;
       
    18 }
       
    19 
       
    20 .Ldt-Markers-Position {
       
    21     background: #fc00ff;
       
    22     position: absolute;
       
    23     top: -1px;
       
    24     left: 0;
       
    25     margin-left: -1px;
       
    26     width: 2px;
       
    27     bottom: -1px;
       
    28     z-index: 80000;
       
    29 }
       
    30 
       
    31 .Ldt-Markers-Inputs{
       
    32 	background-color: #e0e0e0;
       
    33 	margin-top: 1px;
       
    34 }
       
    35 
       
    36 .Ldt-Markers-Create{
       
    37 	display: inline-block;
       
    38     background-color: #d93c71;
       
    39     color: #ffffff;
       
    40     cursor: pointer;
       
    41     height: 20px;
       
    42     width: 20px;
       
    43     border-radius: 20px;
       
    44     font-size: 25;
       
    45     font-style: bold;
       
    46     border: 1px solid;
       
    47     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    48     cursor: pointer;
       
    49     margin-right: 0px;
       
    50     margin-left: 13px;
       
    51     margin-bottom: 10px;
       
    52     margin-top: 10px;
       
    53     padding: 4px;
       
    54     text-align: center;
       
    55 	vertical-align: top;
       
    56 	line-height: 20px;
       
    57 }
       
    58 
       
    59 .Ldt-Markers-Info{
       
    60 	height: 125px;
       
    61 	width: 90%;
       
    62 	display: inline-block;
       
    63 	margin: 0px;
       
    64 }
       
    65 
       
    66 .Ldt-Markers-Screen{
       
    67 	height: 125px;
       
    68 	margin: 0px;
       
    69 }
       
    70 
       
    71 .Ldt-Markers-ScreenSending, .Ldt-Markers-ScreenFailure, .Ldt-Markers-ScreenSuccess{
       
    72 	text-align: center;
       
    73 	vertical-align: middle;
       
    74 	line-height: 125px;
       
    75 	font-size: 18px;
       
    76 	font-weight: bold;
       
    77 	color: #68273C;
       
    78 }
       
    79 
       
    80 .Ldt-Markers-Screen-InnerBox{
       
    81     border: 1px solid #CCCCCC;
       
    82     background: #FFFFFF;
       
    83     color: #FF3B77; text-align: center;
       
    84     font-size: 13px; font-weight: bold;
       
    85 }
       
    86 
       
    87 a.Ldt-Markers-Close {
       
    88     position: absolute; right: 2px;
       
    89     display: inline-block; width: 17px; height: 17px; margin: 4px;
       
    90     background: url(img/widget-control.png);
       
    91 }
       
    92 
       
    93 .Ldt-Markers-MarkerDescription{
       
    94 	height: 45%;
       
    95 	width: 90%;
       
    96 	border: 1px solid #68273c;
       
    97 	margin: 10px;
       
    98 	padding: 10px;
       
    99 	background: #ffffff;
       
   100 }
       
   101 
       
   102 .Ldt-Markers-MarkerDescription:hover{
       
   103 	border: 2px solid #e87d9f;
       
   104 }
       
   105 
       
   106 .Ldt-Markers-MarkerEdit{
       
   107 	height: 70%;
       
   108 	width: 100%;
       
   109 	margin: 10px;
       
   110 }
       
   111 
       
   112 .Ldt-Markers-MarkerTextArea{
       
   113 	height: auto;
       
   114 	width: auto;
       
   115 	max-width: 82%;
       
   116 	max-height: 100%;
       
   117 	padding: 10px;
       
   118 	background: #ffffff;
       
   119 	border: 2px solid #e87d9f;
       
   120 	margin: 0px;
       
   121 }
       
   122 
       
   123 .Ldt-Markers-Buttons{
       
   124 	display: inline-block;
       
   125 	width: 17%;
       
   126 	vertical-align: top;
       
   127 }
       
   128 
       
   129 .Ldt-Markers-MarkerSend, .Ldt-Markers-MarkerCancel{
       
   130 	display: inline-block;
       
   131     background-color: #d93c71;
       
   132     color: #ffffff;
       
   133     cursor: pointer;
       
   134     height: 20px;
       
   135     width: 80px;
       
   136     font-size: 11;
       
   137     font-style: bold;
       
   138     border: 1px solid;
       
   139     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   140     cursor: pointer;
       
   141     margin-right: 5px;
       
   142     margin-left: 5px;
       
   143     margin-bottom: 10px;
       
   144     margin-top: 0px;
       
   145     padding: 4px;
       
   146     text-align: center;
       
   147 	vertical-align: top;
       
   148 	line-height: 20px;
       
   149 	vertical-align: top;
       
   150 }
       
   151 
       
   152 .Ldt-Markers-Create:hover, .Ldt-Markers-MarkerSend:hover, .Ldt-Markers-MarkerCancel:hover{
       
   153 	background-color: #e15581;
       
   154 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
   155 }