diff --git a/common/css/default.css b/common/css/default.css index db1dda167..9f727e125 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -21,25 +21,10 @@ a.bold { font-weight:bold; } -a.editor_blue_text:link { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;} -a.editor_blue_text:visited { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;} -a.editor_blue_text:active { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;} -a.editor_blue_text:hover { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;} - -a.editor_red_text:link { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; } -a.editor_red_text:visited { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;} -a.editor_red_text:active { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;} -a.editor_red_text:hover { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347;} - -a.editor_yellow_text:link { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; } -a.editor_yellow_text:visited { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;} -a.editor_yellow_text:active { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;} -a.editor_yellow_text:hover { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460;} - -a.editor_green_text:link { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -a.editor_green_text:visited { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -a.editor_green_text:active { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} -a.editor_green_text:hover { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} +.editor_blue_text { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec;} +.editor_red_text { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; } +.editor_yellow_text { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; } +.editor_green_text { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B;} .folder_opener { display: block; } .folder_closer { display: none; } diff --git a/modules/editor/components/url_link/tpl/popup.css b/modules/editor/components/url_link/tpl/popup.css index 710c97a25..f503ea521 100644 --- a/modules/editor/components/url_link/tpl/popup.css +++ b/modules/editor/components/url_link/tpl/popup.css @@ -1,6 +1,8 @@ .editor_window { width:400px; + height:200px; text-align:center; + clear:both; } .header { @@ -37,12 +39,11 @@ } .editor_button_area { - clear:both; - width:100%; text-align:center; background-color:#EEEEEE; padding-top:5px; height:30px; + width:100%; } .editor_button { diff --git a/modules/editor/components/url_link/tpl/popup.html b/modules/editor/components/url_link/tpl/popup.html index e3d7ed9a0..9fd361404 100644 --- a/modules/editor/components/url_link/tpl/popup.html +++ b/modules/editor/components/url_link/tpl/popup.html @@ -19,25 +19,27 @@