From 99804a34b2440589e91d5fe06f8b39b44d6561f2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 4 Jan 2009 19:54:38 +0000 Subject: Rename: gQuickEdit to gQuick quick_edit -> quick --- core/css/quick.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ core/css/quickedit.css | 45 --------------------------------------------- 2 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 core/css/quick.css delete mode 100644 core/css/quickedit.css (limited to 'core/css') diff --git a/core/css/quick.css b/core/css/quick.css new file mode 100644 index 00000000..ab8c5437 --- /dev/null +++ b/core/css/quick.css @@ -0,0 +1,45 @@ +.gQuick { + margin: 0 !important; + padding: 0 !important; + border: none !important; +} + +#gQuickPane { + background: #fff; + opacity: 0.8; + border-bottom: 1px dashed #000; +} + +#gQuickPane div { + background-color: red; + float: right; + display: inline; + cursor: pointer; + margin: 8px; +} + +#gQuickPane .rotate-clockwise { + background: url('../images/arrow_rotate_clockwise.png'); + width: 16px; + height: 16px; + position: absolute; + top: 0px; + right: 0px; +} + +#gQuickPane .rotate-clockwise span { + display: none; +} + +#gQuickPane .rotate-counter-clockwise { + background: url('../images/arrow_rotate_anticlockwise.png'); + width: 16px; + height: 16px; + position: absolute; + top: 0px; + left: 0px; +} + +#gQuickPane .rotate-counter-clockwise span { + display: none; +} diff --git a/core/css/quickedit.css b/core/css/quickedit.css deleted file mode 100644 index 62cd0cb6..00000000 --- a/core/css/quickedit.css +++ /dev/null @@ -1,45 +0,0 @@ -.gQuickEdit { - margin: 0 !important; - padding: 0 !important; - border: none !important; -} - -#gQuickEditPane { - background: #fff; - opacity: 0.8; - border-bottom: 1px dashed #000; -} - -#gQuickEditPane div { - background-color: red; - float: right; - display: inline; - cursor: pointer; - margin: 8px; -} - -#gQuickEditPane .rotate-clockwise { - background: url('../images/arrow_rotate_clockwise.png'); - width: 16px; - height: 16px; - position: absolute; - top: 0px; - right: 0px; -} - -#gQuickEditPane .rotate-clockwise span { - display: none; -} - -#gQuickEditPane .rotate-counter-clockwise { - background: url('../images/arrow_rotate_anticlockwise.png'); - width: 16px; - height: 16px; - position: absolute; - top: 0px; - left: 0px; -} - -#gQuickEditPane .rotate-counter-clockwise span { - display: none; -} -- cgit v1.2.3