-rw-r--r-- | frontend/beta/css/yui-extensions/basic-dialog.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css index bad0679..5a9f311 100644 --- a/frontend/beta/css/yui-extensions/basic-dialog.css +++ b/frontend/beta/css/yui-extensions/basic-dialog.css | |||
@@ -19,17 +19,16 @@ refer to http://www.clipperz.com. | |||
19 | 19 | ||
20 | * You should have received a copy of the GNU Affero General Public | 20 | * You should have received a copy of the GNU Affero General Public |
21 | License along with Clipperz Community Edition. If not, see | 21 | License along with Clipperz Community Edition. If not, see |
22 | <http://www.gnu.org/licenses/>. | 22 | <http://www.gnu.org/licenses/>. |
23 | 23 | ||
24 | */ | 24 | */ |
25 | 25 | ||
26 | .ydlg-proxy { | 26 | .ydlg-proxy { |
27 | background-image: url(../images/default/gradient-bg.gif); | ||
28 | background-color:#c3daf9; | 27 | background-color:#c3daf9; |
29 | border:1px solid #6593cf; | 28 | border:1px solid #6593cf; |
30 | z-index:10001; | 29 | z-index:10001; |
31 | overflow:hidden; | 30 | overflow:hidden; |
32 | position:absolute; | 31 | position:absolute; |
33 | left:0;top:0; | 32 | left:0;top:0; |
34 | } | 33 | } |
35 | .ydlg-shadow{ | 34 | .ydlg-shadow{ |
@@ -88,17 +87,16 @@ body.masked .ydlg select { | |||
88 | padding-left:3px; | 87 | padding-left:3px; |
89 | margin:0px; | 88 | margin:0px; |
90 | } | 89 | } |
91 | .ydlg .ydlg-hd-right { | 90 | .ydlg .ydlg-hd-right { |
92 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; | 91 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; |
93 | padding-right:3px; | 92 | padding-right:3px; |
94 | } | 93 | } |
95 | .ydlg .ydlg-dlg-body{ | 94 | .ydlg .ydlg-dlg-body{ |
96 | background:url(../images/default/layout/gradient-bg.gif); | ||
97 | border:1px solid #6593cf; | 95 | border:1px solid #6593cf; |
98 | border-top:0 none; | 96 | border-top:0 none; |
99 | padding:10px; | 97 | padding:10px; |
100 | overflow:hidden; | 98 | overflow:hidden; |
101 | } | 99 | } |
102 | .ydlg .ydlg-bd{ | 100 | .ydlg .ydlg-bd{ |
103 | overflow:hidden; | 101 | overflow:hidden; |
104 | } | 102 | } |