diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-26 20:33:23 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-26 20:33:23 +0000 |
commit | 1f4d05d280638c310483bef0f079cb4b2b2a7d54 (patch) | |
tree | 2b2a824d080ef282d2949b5163eafdf2260049cd /admin/template/goto/theme | |
parent | 07a97a9d13dc300fc3429dfbe7df8548c0998454 (diff) |
Bug 532 is solved: doubleSelect are jQuery resizable (based on a rub idea).
git-svn-id: http://piwigo.org/svn/trunk@2600 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b916c92ca..af7f9814c 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -152,6 +152,9 @@ color: #F70; border-bottom: 1px dotted #F70;} color: #ff3363; background-color: #111; } + +.ui-resizable-handle { border-color: #f36 !important; } + /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ *+html .bigtext { left: 65px; } |