X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fpres_view%2Fpres_view_map%2Fpres_view.css;fp=plugins%2Fpres_view%2Fpres_view_map%2Fpres_view.css;h=0000000000000000000000000000000000000000;hb=9c3ecdab818e1792e6d781df95098b30543ff69f;hp=3de609029000c0cf0903da38adff38cfa22c98dc;hpb=ce6c1a9a8a96bedd463e6aa3384f588cd2d6d456;p=unfold.git diff --git a/plugins/pres_view/pres_view_map/pres_view.css b/plugins/pres_view/pres_view_map/pres_view.css deleted file mode 100644 index 3de60902..00000000 --- a/plugins/pres_view/pres_view_map/pres_view.css +++ /dev/null @@ -1,99 +0,0 @@ -html { - height: 100%; -} - -body { - /*margin: 15px;*/ - text-align: center; - background-color: #FFFFFF;/*E3E1DD;*/ - height: 100%; - overflow-y: hidden; -} -/* -body, th, td { - font-size: 11px; - font-family: Arial, Helvetica, Sans-Serif; -} -*/ -h2 { - color: #A04641; -} -h3 { - color: #666666; - text-transform: uppercase; - border-bottom: 1px solid; -} -h4 { - margin: 0px; -} -#sbar #accordion h3, #sbar .accordionfix h3 { - text-transform: capitalize; - color: inherit; - padding: 5px; - padding-left: 25px; - cursor: pointer; -} -#sbar .accordionfix h3 { - border-bottom: 0px; - cursor: default; -} -#sbar #accordion div.sbar_cont, #sbar .accordionfix div.sbar_cont { - padding: 10px; -} -#sbar .accordionfix div.sbar_cont { - border-top: 0px; -} -b, strong { - color: #396A92; -} -img { - border: 0px; -} -.clear { - clear: both; -} - -#wrapper { - margin: 0px auto; - /*width: 90%;*/ - min-width: 910px; - background-color: #FFFFFF; - /*height: 90%;*/ -} -#wrapper #gmaps { - width: 70%; - min-width: 600px; - float: left; - min-height: 100%; - height: auto !important; - height: 100%; -} -#wrapper #sbar { - width: 28.7%; - float: right; - text-align: left; - padding: 5px; -} -#statusbar { - text-align: left; - color: #333; - font-size: 10px; - padding: 2px 10px; - border-top: 1px #CCC solid; - min-height: 15px; - background-color: #FFFFFF; -} -#interval_animation { - margin: 5px; -} -.tooltip { - display: none; - position: absolute; - border: 1px solid #333; - background-color: #161616; - border-radius: 5px; - padding: 10px; - color: #fff; - font-size: 10px; - font-family: Arial, Helvetica, sans-serif; -}