From 01572b0d1828b922ef8305c4a98ebd3de9810f06 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 19 Mar 2007 03:53:57 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@531 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../editor/components/urllink/tpl/popup.css | 48 ++++++++++++++++--- .../editor/components/urllink/tpl/popup.html | 20 ++++---- 2 files changed, 52 insertions(+), 16 deletions(-) diff --git a/modules/editor/components/urllink/tpl/popup.css b/modules/editor/components/urllink/tpl/popup.css index 7ea384f70..78dc4df2c 100644 --- a/modules/editor/components/urllink/tpl/popup.css +++ b/modules/editor/components/urllink/tpl/popup.css @@ -1,15 +1,49 @@ -.urllink_title { +.editor_window { width:400px; + text-align:center; } -.urllink_title textarea { - width:300px; +.header { + float:left; + width:60px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; + font-size:9pt; + padding-left:20px; } -.urllink_url { - width:400px; +.body { + float:left; + width:290px; + text-align:left; + margin:5px; + font-size:9pt; + font-size:9pt; } -.urllink_url input { - width:300px; +.editor_textarea { + width:280px; + height:50px; + border:1px solid #AAAAAA; + font-size:9pt; +} + +.editor_input { + width:280px; + border:1px solid #AAAAAA; + font-size:9pt; +} + +.editor_button_area { + clear:both; + text-align:center; + margin:5px; +} + +.editor_button { + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; } diff --git a/modules/editor/components/urllink/tpl/popup.html b/modules/editor/components/urllink/tpl/popup.html index 6b882f395..990660ef8 100644 --- a/modules/editor/components/urllink/tpl/popup.html +++ b/modules/editor/components/urllink/tpl/popup.html @@ -2,14 +2,16 @@
- - -
- - {$lang->cmd_close} +
+
{$lang->urllink_title}
+
+ +
{$lang->urllink_url}
+
+ +
+ + +