src/widgets/Markers.module.css
changeset 1072 ac1eacb3aa33
parent 1069 2409cb4cebaf
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
       
     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: relative;
       
    23     left: 0;
       
    24     margin-left: -1px;
       
    25     width: 2px;
       
    26     bottom: -1px;
       
    27     z-index: 80000;
       
    28 }
       
    29 
       
    30 .Ldt-Markers-Inputs{
       
    31 	background-color: #e0e0e0;
       
    32 	margin-top: 1px;
       
    33 }
       
    34 
       
    35 .Ldt-Markers-RoundButton{
       
    36 	display: inline-block;
       
    37     background-color: #d93c71;
       
    38     color: #ffffff;
       
    39     cursor: pointer;
       
    40     height: 20px;
       
    41     width: 20px;
       
    42     border-radius: 20px;
       
    43     font-size: 25px;
       
    44     font-style: bold;
       
    45     border: 1px solid;
       
    46     border-color: #eca3bc #631e34 #36101c #e16e93;
       
    47     cursor: pointer;
       
    48     margin-right: 0px;
       
    49     margin-left: 13px;
       
    50     margin-bottom: 10px;
       
    51     margin-top: 10px;
       
    52     padding: 4px;
       
    53     text-align: center;
       
    54 	vertical-align: top;
       
    55 	line-height: 20px;
       
    56 }
       
    57 
       
    58 .Ldt-Markers-RoundButton.Ldt-Markers-CannotCreate,
       
    59 .Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete{
       
    60 	background-color: #999999;
       
    61 	border-color: #797979 #444444 #222222 #696969;
       
    62 }
       
    63 
       
    64 .Ldt-Markers-RoundButton.Ldt-Markers-Delete{
       
    65 	line-height: 23px;
       
    66 	text-indent: 2px;
       
    67 }
       
    68 
       
    69 .Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete{
       
    70 	line-height: 23px;
       
    71 	text-indent: 2px;
       
    72 }
       
    73 
       
    74 .Ldt-Markers-Info{
       
    75 	width: 90%;
       
    76 	display: inline-block;
       
    77 	margin: 0px;
       
    78 }
       
    79 
       
    80 .Ldt-Markers-Screen{
       
    81 	margin: 0px;
       
    82 }
       
    83 
       
    84 .Ldt-Markers-ScreenSending, .Ldt-Markers-ScreenFailure, .Ldt-Markers-ScreenSuccess, 
       
    85 .Ldt-Markers-ScreenConfirmDelete, .Ldt-Markers-ScreenDeleteSuccess{
       
    86 	text-align: center;
       
    87 	vertical-align: middle;
       
    88 	line-height: 125px;
       
    89 	font-size: 18px;
       
    90 	font-weight: bold;
       
    91 	color: #68273C;
       
    92 }
       
    93 
       
    94 .Ldt-Markers-Screen-InnerBox{
       
    95     border: 1px solid #CCCCCC;
       
    96     background: #FFFFFF;
       
    97     color: #FF3B77; text-align: center;
       
    98     font-size: 13px; font-weight: bold;
       
    99 }
       
   100 
       
   101 a.Ldt-Markers-Close {
       
   102     position: relative; 
       
   103     float: right;
       
   104     right: 2px;
       
   105     top: 2px;
       
   106     display: inline-block; width: 17px; height: 17px; margin: 4px;
       
   107     background: url(img/widget-control.png);
       
   108 }
       
   109 
       
   110 a.Ldt-Markers-Screen-SubmitDelete, a.Ldt-Markers-Screen-CancelDelete {
       
   111 	color: #3366BB;
       
   112 	cursor: pointer;
       
   113 }
       
   114 
       
   115 a.Ldt-Markers-Screen-SubmitDelete:hover, a.Ldt-Markers-Screen-CancelDelete:hover {
       
   116 	color: #3a75ff;
       
   117 }
       
   118 
       
   119 .Ldt-Markers-MarkerDescription{
       
   120 	width: 90%;
       
   121 	border: 1px solid #68273c;
       
   122 	margin: 10px;
       
   123 	padding: 10px;
       
   124 	background: #ffffff;
       
   125 	overflow: scroll;
       
   126 }
       
   127 
       
   128 .Ldt-Markers-MarkerDescription:hover{
       
   129 	border: 2px solid #e87d9f;
       
   130 }
       
   131 
       
   132 .Ldt-Markers-MarkerEdit{
       
   133 	width: 100%;
       
   134 	margin: 10px;
       
   135 }
       
   136 
       
   137 .Ldt-Markers-MarkerTextArea{
       
   138 	height: auto;
       
   139 	width: auto;
       
   140 	max-width: 82%;
       
   141 	max-height: 100%;
       
   142 	padding: 10px;
       
   143 	background: #ffffff;
       
   144 	border: 2px solid #e87d9f;
       
   145 	margin: 0px;
       
   146 }
       
   147 
       
   148 .Ldt-Markers-Buttons{
       
   149 	display: inline-block;
       
   150 	width: 17%;
       
   151 	vertical-align: top;
       
   152 }
       
   153 
       
   154 .Ldt-Markers-MarkerSend, .Ldt-Markers-MarkerPreviewSend, .Ldt-Markers-MarkerCancel{
       
   155 	display: inline-block;
       
   156     background-color: #d93c71;
       
   157     color: #ffffff;
       
   158     cursor: pointer;
       
   159     height: 20px;
       
   160     width: 80px;
       
   161     font-size: 11;
       
   162     font-style: bold;
       
   163     border: 1px solid;
       
   164     border-color: #eca3bc #631e34 #36101c #e16e93;
       
   165     cursor: pointer;
       
   166     margin-right: 5px;
       
   167     margin-left: 5px;
       
   168     margin-bottom: 10px;
       
   169     margin-top: 0px;
       
   170     padding: 4px;
       
   171     text-align: center;
       
   172 	vertical-align: top;
       
   173 	line-height: 20px;
       
   174 	vertical-align: top;
       
   175 }
       
   176 
       
   177 .Ldt-Markers-RoundButton:hover, .Ldt-Markers-MarkerSend:hover, .Ldt-Markers-MarkerPreviewSend:hover, .Ldt-Markers-MarkerCancel:hover{
       
   178 	background-color: #e15581;
       
   179 	border-color: #222222 #e87d9f #f0adc3 #68273c;
       
   180 }
       
   181 
       
   182 .Ldt-Markers-RoundButton.Ldt-Markers-CannotCreate:hover, 
       
   183 .Ldt-Markers-RoundButton.Ldt-Markers-PreviewDelete:hover{	
       
   184 	background-color: #999999;
       
   185 	border-color: #797979 #444444 #222222 #696969;
       
   186 }