# HG changeset patch # User rougeronj # Date 1441703576 -7200 # Node ID 7f824cabdd3be67a6fd65d044397bc8855809a28 # Parent 337779a9530f2a325dde9f7683b388171d0d0956 adapt marker style after new changes in html structure diff -r 337779a9530f -r 7f824cabdd3b server/src/remie/static/remie/css/markers.css --- a/server/src/remie/static/remie/css/markers.css Tue Sep 08 10:42:01 2015 +0200 +++ b/server/src/remie/static/remie/css/markers.css Tue Sep 08 11:12:56 2015 +0200 @@ -114,17 +114,6 @@ border-color: #5a5a5a !important; } -.Ldt-Markers-Create { - background-color: #1abacc !important; - border-color: #1abacc !important; - font-size: 39px !important; - font-weight: bold; - line-height: 20px !important; -} -.Ldt-Markers-Create:hover { - border-color: #5a5a5a !important; -} - .Ldt-Markers-MarkerEdit .Ldt-Markers-Buttons{ width: auto; } @@ -163,8 +152,7 @@ max-width: none; } -.Ldt-Markers-Screen.Ldt-Markers-ScreenMain .Ldt-Markers-Create { - display: block; +.Ldt-Markers-Screen.Ldt-Markers-ScreenMain .Ldt-Markers-RoundButton { float: left; left: -38px; margin: 0; @@ -172,7 +160,25 @@ top: 15px; width: 22px; height: 22px; + background-color: #1abacc; + border-color: #1abacc; + font-weight: bold; } +.Ldt-Markers-Screen.Ldt-Markers-ScreenMain .Ldt-Markers-RoundButton.Ldt-Markers-Delete{ + font-size: 80px; + line-height: 5px; + text-indent: -2px; +} +.Ldt-Markers-Screen.Ldt-Markers-ScreenMain .Ldt-Markers-RoundButton.Ldt-Markers-Create{ + font-size: 45px; + line-height: 20px; + text-indent: -1px; +} + +.Ldt-Markers-Screen.Ldt-Markers-ScreenMain .Ldt-Markers-RoundButton:hover { + border-color: #5a5a5a; +} + #player_container_widget_Markers_7 .Ldt-Markers-Inputs{ background-color: rgba(225, 225, 225, 0);