diff --git a/public/designs/templates/default/stylesheets/editor.css b/public/designs/templates/default/stylesheets/editor.css index e5aca2c..4e919c7 100644 --- a/public/designs/templates/default/stylesheets/editor.css +++ b/public/designs/templates/default/stylesheets/editor.css @@ -42,6 +42,7 @@ border: 1px inset #545454; #design_editor .design_blocks { border: 2px dotted green; + padding: 5px; } #design_editor .design_box { diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 651bb7d..81fe741 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -94,7 +94,7 @@ div#notice { } -#design_editor .design_box{ +#design_editor .design_box { border: 1px solid black; height: 400px; } diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css index 7a6fbaa..3a1a7de 100644 --- a/public/designs/themes/default/style.css +++ b/public/designs/themes/default/style.css @@ -7,13 +7,18 @@ margin-bottom: 10px; } +.design_editor ul, .design_box ul { +list-style: none; +margin: 0px; +padding: 0px; +} + .design_block ul { list-style: none; margin-left: 15px; } - .design_block h3 { color: #FFFFFF; @@ -25,7 +30,11 @@ height: 27px; margin: 0px; line-height: 27px; - padding-left: 10px; +} + +#design_editor h3.design_block_header { + padding-left: 30px; + cursor: move; } a.design_button_block span { @@ -100,3 +109,12 @@ border-bottom: 2px solid #000000; background: #ddd; } +.button_block_options { +position: absolute; +left: 5px; +} + +.button_block_options:hover div#design_block_control_options_11 { +display: block; +border: 3px solid red; +} -- libgit2 0.21.2