summaryrefslogtreecommitdiff
path: root/lib/themeroller/ui.dialog.css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-23 11:16:56 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-23 11:16:56 -0700
commit3b05db2685d92ca538d7993c960b06ea32f3a8df (patch)
tree5ca55bfcd0d83670da7387815f279264a68bcf7c /lib/themeroller/ui.dialog.css
parentca09e9889004438090b4d9c8410cb746c135f163 (diff)
Move the themeroller files to the themes from gallery/lib. These are visual related and make more sense to be in the theme. Both three_nids and browny_wind* have created copies for their visual standard. So this just makes it consistent across the board.
Diffstat (limited to 'lib/themeroller/ui.dialog.css')
-rw-r--r--lib/themeroller/ui.dialog.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/themeroller/ui.dialog.css b/lib/themeroller/ui.dialog.css
deleted file mode 100644
index f10f4090..00000000
--- a/lib/themeroller/ui.dialog.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Dialog
-----------------------------------*/
-.ui-dialog { position: relative; padding: .2em; width: 300px; }
-.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; } \ No newline at end of file