From c131bf50343f12e8cb16403731d2d4de7720c538 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 14 Jan 2013 10:46:10 +0000 Subject: [PATCH] 2013-01-14 Miguel de Dios * include/styles/dialog.css: fixed the typo for disabled the styles. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7446 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 + pandora_console/include/styles/dialog.css | 131 +++++++++++----------- 2 files changed, 71 insertions(+), 64 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index da96a99f0e..3c27c18b19 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-01-14 Miguel de Dios + + * include/styles/dialog.css: fixed the typo for disabled the styles. + 2013-01-14 Juan Manuel Ramon * include/functions_modules.php diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 3b247a7465..7727e663a3 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -134,77 +134,80 @@ } /* Dialog handle styles */ -#.ui-dialog .ui-resizable-n { -# cursor: n-resize; -# height: 6px; -# width: 100%; -# top: 0px; -# left: 0px; -# background: transparent url(images/dialog-n.gif) repeat scroll center top; -#} +/*Disabled*/ +/* +.ui-dialog .ui-resizable-n { + cursor: n-resize; + height: 6px; + width: 100%; + top: 0px; + left: 0px; + background: transparent url(images/dialog-n.gif) repeat scroll center top; +} -#.ui-dialog .ui-resizable-s { -# cursor: s-resize; -# height: 8px; -# width: 100%; -# bottom: 0px; -# left: 0px; -# background: transparent url(images/dialog-s.gif) repeat scroll center top; -#} +.ui-dialog .ui-resizable-s { + cursor: s-resize; + height: 8px; + width: 100%; + bottom: 0px; + left: 0px; + background: transparent url(images/dialog-s.gif) repeat scroll center top; +} -#.ui-dialog .ui-resizable-e { -# cursor: e-resize; -# width: 7px; -# right: 0px; -# top: 0px; -# height: 100%; -# background: transparent url(images/dialog-e.gif) repeat scroll right center; -#} +.ui-dialog .ui-resizable-e { + cursor: e-resize; + width: 7px; + right: 0px; + top: 0px; + height: 100%; + background: transparent url(images/dialog-e.gif) repeat scroll right center; +} -#.ui-dialog .ui-resizable-w { -# cursor: w-resize; -# width: 7px; -# left: 0px; -# top: 0px; -# height: 100%; -# background: transparent url(images/dialog-w.gif) repeat scroll right center; -#} +.ui-dialog .ui-resizable-w { + cursor: w-resize; + width: 7px; + left: 0px; + top: 0px; + height: 100%; + background: transparent url(images/dialog-w.gif) repeat scroll right center; +} -#.ui-dialog .ui-resizable-se { -# cursor: se-resize; -# width: 9px; -# height: 9px; -# right: 0px; -# bottom: 0px; -# background: transparent url(images/dialog-se.gif); -#} +.ui-dialog .ui-resizable-se { + cursor: se-resize; + width: 9px; + height: 9px; + right: 0px; + bottom: 0px; + background: transparent url(images/dialog-se.gif); +} -#.ui-dialog .ui-resizable-sw { -# cursor: sw-resize; -# width: 9px; -# height: 9px; -# left: 0px; -# bottom: 0px; -# background: transparent url(images/dialog-sw.gif); -#} +.ui-dialog .ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: 0px; + bottom: 0px; + background: transparent url(images/dialog-sw.gif); +} -#.ui-dialog .ui-resizable-nw { -# cursor: nw-resize; -# width: 9px; -# height: 29px; -# left: 0px; -# top: 0px; -# background: transparent url(images/dialog-nw.gif); -#} +.ui-dialog .ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 29px; + left: 0px; + top: 0px; + background: transparent url(images/dialog-nw.gif); +} -#.ui-dialog .ui-resizable-ne { -# cursor: ne-resize; -# width: 9px; -# height: 29px; -# right: 0px; -# top: 0px; -# background: transparent url(images/dialog-ne.gif); -#} +.ui-dialog .ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 29px; + right: 0px; + top: 0px; + background: transparent url(images/dialog-ne.gif); +} +*/ .ui-dialog .ui-button-dialog { cursor: pointer;