# HG changeset patch # User Dan # Date 1229740025 18000 # Node ID 51f64b1c9413f303a64b45f7939fb27ff19476a2 # Parent 60a5e25a4c50db951dbaa440469052884f0810b5 Removed obsolete JWS code from enano-shared diff -r 60a5e25a4c50 -r 51f64b1c9413 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Fri Dec 19 21:26:47 2008 -0500 +++ b/includes/clientside/css/enano-shared.css Fri Dec 19 21:27:05 2008 -0500 @@ -174,14 +174,6 @@ /* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */ .mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } -/* JWS window theming */ -div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } -div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } -div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } -div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } -div.titlebar table, div.titlebar td { margin: 0; padding: 0; } -div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } - /* Search results */ div.search-result, div.search-hibar, div.search-lobar { font-family: arial, helvetica, sans-serif;