From: <dai...@us...> - 2012-07-27 09:24:31
|
Revision: 5562 http://web-erp.svn.sourceforge.net/web-erp/?rev=5562&view=rev Author: daintree Date: 2012-07-27 09:24:19 +0000 (Fri, 27 Jul 2012) Log Message: ----------- Hindra polish silverwolf Modified Paths: -------------- trunk/css/aguapop/images/tick.png trunk/css/default/images/tick.png trunk/css/fresh/images/tick.png trunk/css/gel/images/tick.png trunk/css/jelly/images/tick.png trunk/css/professional/images/tick.png trunk/css/professional-rtl/images/tick.png trunk/css/silverwolf/default.css trunk/css/silverwolf/images/tick.png Added Paths: ----------- trunk/css/silverwolf/images/input_bg.png trunk/css/silverwolf/images/menu_bg.png trunk/css/silverwolf/images/menu_bg_dblue.png Removed Paths: ------------- trunk/css/silverwolf/images/Graphique-32.png trunk/css/silverwolf/images/ar-original.png trunk/css/silverwolf/images/back-original.png trunk/css/silverwolf/images/button_bg-original.png trunk/css/silverwolf/images/button_bg.png trunk/css/silverwolf/images/company-original.png trunk/css/silverwolf/images/gelblue.png trunk/css/silverwolf/images/gelbluebutton.png trunk/css/silverwolf/images/gelblueh.png trunk/css/silverwolf/images/hoverbuttonblue.png trunk/css/silverwolf/images/input-original.png trunk/css/silverwolf/images/input.png trunk/css/silverwolf/images/input_bg.png trunk/css/silverwolf/images/inputh.png trunk/css/silverwolf/images/inputhtxt.png trunk/css/silverwolf/images/inputtxt.png trunk/css/silverwolf/images/inventory-original.png trunk/css/silverwolf/images/maintenance-original.png trunk/css/silverwolf/images/menu_bg.png trunk/css/silverwolf/images/menu_bg_blue.png trunk/css/silverwolf/images/menu_bg_dblue.png trunk/css/silverwolf/images/menu_bg_grey-original.png trunk/css/silverwolf/images/menu_bg_grey.png trunk/css/silverwolf/images/menu_bg_indigo.png trunk/css/silverwolf/images/menu_bg_white.png trunk/css/silverwolf/images/stripe-original.png trunk/css/silverwolf/images/transactions-original.png Modified: trunk/css/aguapop/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/default/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/fresh/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/gel/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/jelly/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/professional/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/professional-rtl/images/tick.png =================================================================== (Binary files differ) Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-07-27 07:11:09 UTC (rev 5561) +++ trunk/css/silverwolf/default.css 2012-07-27 09:24:19 UTC (rev 5562) @@ -1,63 +1,48 @@ -@charset "utf-8"; -/*--------------------------------------------------\ -| | | default.css | -|---------------------------------------------------| -| For use with: | -| Web-ERP - http://weberp.sourceforge.net | -| by Logic Works Ltd | -|---------------------------------------------------| -| Developer: | -| Shane Barnaby | -| Steve Kaill | -|---------------------------------------------------| -| Note: | -| Changes can be made to this CSS that will be | -| reflected throughout Web-ERP. | -\--------------------------------------------------*/ +/*** -/* $Id$*/ +New "SilverWolf" Theme for WebERP +by Hindra Joshua + +Based from the previous theme "SilverWolf" +Credits to the original authors. + +NOTE: +This CSS is not yet optimized. Some styles maybe 'redundant' or 'unused', +but for the obvious one it will be cleaned up. +To optimized the rest we should examined the whole codes! That would be for +the next project. :) + +***/ + + body { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 10px; - background-color: #fff; - margin-left: 0px; - margin-top: 0px; - margin-bottom: 0px; - margin-right: 0px; - padding: 0px; + font-family:Arial, Verdana, Helvetica, sans-serif; + font-size:10px; + background-color:white; + margin:0; + padding:5px; } form { } - img { border:none; + vertical-align:middle; } - -/* From merge -li { list-style-image: url(bullet.gif); ¡ bullet.gif only exist in fresh theme and off images directory ! } */ - -/*links before selection */ a { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 100%; font-weight: normal; text-decoration: none; color: #5B5B68; } - -/*links on any screen except quick menu which is overridden when mouse is hovering over them */ a:hover { color: #000; text-decoration: underline; } - table { background-color: #fff; - margin: 0 auto; + width:100%; } - th { font-weight: normal; background-color: #C3C3C3; @@ -66,7 +51,6 @@ text-align: center; vertical-align: middle; } - th.number { font-weight: normal; background-color: #cccce5; @@ -87,31 +71,21 @@ font-size: 100%; text-align: left; } - td.select { background-color:#eee; } - table.selection { background-color:#DCDCDC; outline-style:solid; outline-color: #8e8a8a; outline-width:1px; } - td.number { text-align: right; } - -div.centre { - margin: 0 auto; - text-align:center; -} - .EvenTableRows { background-color: #ccc; } - .OddTableRows { background-color: #eee; } @@ -119,7 +93,6 @@ .dpTbl { border: solid navy 1px; } - .dpTD { border: 0; width:20px; @@ -127,7 +100,6 @@ text-align:right; cursor:pointer; } - .dpDayHighlight { border: 0; width:20px; @@ -135,7 +107,6 @@ text-align:right; cursor:pointer; } - .dpTDHover { border: 0; width:20px; @@ -144,6 +115,8 @@ cursor:pointer; } +/*** for messages ***/ + div.error { background-color: #fddbdb; color: red; @@ -152,7 +125,6 @@ text-align: center; margin: 0 auto; } - div.warn { background-color: #f5dbfd; color: maroon; @@ -160,8 +132,7 @@ width: 80%; text-align: center; margin: 0 auto; - } - +} div.success { background-color: #b9ecb4; color: #006400; /* darkgreen is not a w3c css valid color */ @@ -170,7 +141,6 @@ text-align: center; margin: 0 auto; } - div.info { background-color: #c7ccf6; color: navy; @@ -195,6 +165,9 @@ border-right-style: solid; } + +/*** text input and buttons ***/ + input { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 100%; @@ -234,10 +207,6 @@ background-color: transparent; } -/* From merge, uncomment to apply style -input:hover { } -*/ - select { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 100%; @@ -253,42 +222,7 @@ color:red; } -#topMenu { - width: 100%; - color: black; - background-color: white; - border: none; -} - -#trim { - background: white; -} - -#page { - width: 100%; - color: black; - font-size: 100%; - white-space: nowrap; - border: none; -} - -#menuImg { - vertical-align: top; - text-align: center; - margin: 0px; - padding: 10px; -} - -#mainMenu { - width: 100%; - color: black; - background-color: white; - border: none; - margin: 0px; - padding: 0px; -} - -.header { +.header { /* used in \includes\InputSerialItemsFile.php */ background-image: url(""); background-repeat: no-repeat; background-attachment: fixed; @@ -302,254 +236,10 @@ border: none; } -textarea.texterror { +textarea.texterror { /* used in FixedAssetItems.php, Stocks.php ??? */ background-color: #fddbdb; } -/* From merge, uncomment to apply styles -textarea { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 12px; -} - -textarea:hover { } - -// Table type is used for UI tables type 1 -.table1 { - width:90%; - background: #eee; - border: 0px 0px 2px 2px #222 solid; - background: #eee; - margin: 0 auto; -} -// Table type is used for UI tables type 2 -.table2 { - width:90%; - background: #eee; - border: 0px 0px 2px 2px #222 solid; - background: #eee; - margin: 0 auto; -} - -input.address3 { - text-transform: uppercase; -} - -div.csv { - background:lightgray; - color: black; - border: 1px solid black; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 50%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - font-family: Arial, Verdana, Helvetica, sans-serif; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 100%; - TEXT-ALIGN:center; -} -End Merge */ - -.callout_main { - font-family: Arial, Verdana, Helvetica, sans-serif; - background-color: white; - border: none; - width: 100%; - margin: 0px; - padding: 0px; -} - -.main_page { - background-color: white; - border: none; - width: 100%; - margin: 0px; - padding: 0px; - font-size: 100%; -} - -/* Main page heading with quick menu within */ -.quick_menu { - background-color: #ccc; - border: none; - margin: 0px; - padding: 0px; - color: #fff; - border: none; - text-align: right; - /* position: relative; - top: 3px; */ -} - -#quick_menu { - width: 100%; - background: #ccc url(images/menu_bg_grey.png) 0px 0px repeat-x; - border-bottom: solid 1px #aaa; -} - -/*The main page heading left part before quick menu */ -.quick_menu_left { - background: none; - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 100%; - font-weight: bold; - border: none; - white-space: nowrap; - margin: 0px; - padding-left: 5px; - color: #777; -} - -/*the Select Customer / Item / Supplier Menu tabs */ -.quick_menu_tabs { - background:none; - border-collapse:collapse; - /* height:28pt; does nothing since dependends on next class */ - white-space: nowrap; - border: 0px; - padding: 0px; - text-align: right; -} - -.quick_menu_tab { - background: #ccc url(images/button_bg.png) repeat-x; /* 0px -1px changed to 0 */ - height: 42px; /* 28 pt */ - white-space: nowrap; - border-left: solid 1px #aaa; - border-right: solid 1px #aaa; - padding-left: 10px; - padding-right: 10px; - text-align: right; -} - -/* From merge -.quick_menu_tab a{ - color:#000; - font-weight:bold; -} - -.quick_menu_left a{ - color:#fff; -} - -.quick_menu_tab a:hover { - color:#ffc; - text-decoration:none; - font-weight:bold; -} - -.quick_menu_left a:hover{ - color:#ffc; - text-decoration:none; -} - -.quick_menu_tab:hover{ - color:#ffd; -} -*/ - -/*the Select Customer / Item / Supplier Menu tabs */ -.system_menu_tabs { - background-color: white; - white-space: nowrap; - border: none; - margin-left: 6px; - margin-right: 6px; - margin-top: 0px; - margin-bottom: 0px; - padding: 0px; - text-align: center; -} - -.system_menu_tabs a { - font-size: 100%; - color: black; -} - -.system_menu_tabs a:hover { - font-size: 100%; - color: black; -} - -.main_area { - border: none; - width: 100%; - background-color: white; -} - -.main_menu { - border: 0px; -} - -/* From merge, uncomment to apply style -.main_menu a { } - -.main_menu a:hover { } */ - -.main_menu table { - margin-top:5px; - border: 0px; - border-collapse: collapse; - width: 100%; -} - -.main_menu_unselected { - background: #aaa; - border: 1px solid #777; -/* position: relative; it's not a div but a table */ - text-align: center; - white-space: nowrap; - height: 16pt; -} - -.main_menu_unselected:hover { - background: #aaa; -} - -.main_menu_unselected a { - color: #333; -} - -.main_menu_unselected a:hover { - color: #000; - text-decoration: none; -} - -.main_menu_selected { - background: #241D1D; - border: 1px solid #888; -/* position: relative; it's not a div but a table */ - text-align: center; - white-space: nowrap; - height: 16pt; -} - -/* From merge, uncomment to apply style -.main_menu_selected:hover { } */ - -.main_menu_selected a { - color: #ddd; -} - -.main_menu_selected a:hover { - color: #ffe; - text-decoration: none; -} - -span.main_menu_nolink { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 100%; - font-weight: bold; - color: #777; - text-decoration: none; - white-space: nowrap; -} - .menu_group_img { background-color: #ccc; text-align: center; @@ -558,21 +248,7 @@ left: 3px; } -.menu_group_img img { - position: relative; - top: 10px; -} - -.menu_group_area { - border: none -} - -.blank_area table { - border: 0px; - width: 100%; -} - -.menu_group_headers { +.menu_group_headers { /* used in index.php, ReportListLinks.php */ background: #B3B3B3; width: 25%; vertical-align: top; @@ -583,20 +259,15 @@ background: #B3B3B3; } -.menu_group_headers_text { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 100%; - font-weight: bold; - color: black; -} - -.menu_group_items { +.menu_group_items { /* session.inc */ vertical-align: top; border: none; padding: 10px; } -.menu_group_item { +.menu_group_item { /* index.php, EmailConfirmation.php, PDFQuotation.php, PDFQuotationPortrait.php, +PO_Header.php, PO_OrderDetails.php, PO_PDFPurchOrder.php, PrintCustOrder.php, +Shipments.php, session.php, ReportListLinks.php */ padding-top: 2px; padding-bottom: 2px; } @@ -604,10 +275,10 @@ .menu_group_item p { color: #000; /* This is the color for bullets, I like it to be the same as the anchor color, but it's up to you */ text-indent: -11px; /* this makes the bullet to appear as the li tag previously used */ - margin: 0 0 0 12px; /* One thing that I didn´t like of the li was that it had no left margin applied */ + margin: 0 0 0 12px; /* One thing that I didnÃÂôt like of the li was that it had no left margin applied */ } -p.page_title_text { +p.page_title_text { /* page title, used in many *.php */ font-family: Arial, Verdana, Helvetica, sans-serif; padding-top: 2px; padding-bottom: 2px; @@ -623,7 +294,7 @@ text-align:center; } -div.page_help_text { +div.page_help_text { /* many */ background-color: #ccc; /* lightgray is not a w3c css valid color #ccc */ border: #a52a2a 1px solid; padding-top: 1px; /* 2px in merge */ @@ -642,142 +313,264 @@ text-align:center; } -/* From merge -DIV.page_help_text { - background: lightgrey url(images/help.png) top left no-repeat; -lightgray is not a w3c css valid color and ¡ help.png doesn't exist ! +input.big { + width: 100px; } -DIV.system_check { - BORDER: #a52a2a 1px solid; - PADDING-LEFT: 3px; - Z-INDEX: 1; - width: 40%; - FLOAT: none; - VISIBILITY: visible; - MARGIN: 0 auto; - POSITION: static; - background: lightgray; - font-family: Verdana, Arial, Helvetica; - padding-top: 1px; - padding-bottom: 1px; - font-weight: normal; - font-size: 100%; - color: black; - TEXT-ALIGN:left; +input.small { + width: 50px; } -End merge */ - -span.menu_group_nolink { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 100%; - font-weight: normal; - color: #777; - text-decoration: none; +input.inputerror { /* many * .php */ + background-color: #fddbdb; } -.menu_group_item a { +select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php */ + background-color: #fddbdb; } -.menu_group_items a:hover { - color: #00a; - text-decoration: underline; +.notavailable { /* WorkOrderIssue.php, WorkOrderStatus.php */ + font-weight: lighter; /* light is not a w3c css valid font weight */ + font-style:italic; + color:#555; } -#footer { - border-top: solid 1px #aaa; - border-bottom: solid 1px #aaa; - background: #ccc url(images/menu_bg_grey.png) 0px 0px repeat-x; - position: relative; - bottom: -3px; +.label { /*WorkOrderCosting.php, WorkOrderEntry.php, WorkOrderIssue.php, WorkOrderStatus.php */ + font-weight:bold; + font-style:normal; + font-size:10px; + color:black; + background-color:#ccc; } -/* From merge -a.footer { - font-family: Verdana, Arial, Helvetica; - color: black; - font-weight: normal; - font-size: 8px; +.OsRow { /* PO_OrderDetails.php */ + background-color: #234567; + color: white; } -End merge */ -.footer { - font-family: Arial, Verdana, Helvetica, sans-serif; - color: black; - font-weight: normal; - font-size: 10px; - text-align: center; -} -.legal { - font-family: Arial, Helvetica, sans-serif; - font-size: 9px; - color: #333333; -} -.box1 { - border-color: #ccc #333 #333 #ccc; - border-width: medium; - border-style: ridge; -} +/*** CANVAS ***/ -.promo { - font-family: Arial, Verdana, Helvetica, sans-serif; - color: #003; +#CanvasDiv{ } -.titlebar { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-size: 9px; - color: white; - background-color: #369; +/*** HEADER ***/ + +#HeaderDiv { + overflow:hidden; /* REQUIRED: height according to items contained */ + background: url(images/menu_bg_grey.png) lightgray; + color:gray; + padding:3px; + border:thin solid lightgray; } +#HeaderWrapDiv{ +} -.dingbat { - font-family: Arial, Verdana, Helvetica, sans-serif; - background-color: #9c9; - color: #066; - font-weight: bolder; - font-size: medium; +/*** HEADER - APP INFO ***/ + +#AppInfoDiv{ + float:left; /* REQUIRED: to the left */ } +#AppInfoDiv img{ + vertical-align:middle; /* center image and text vertically */ +} +#AppInfoCompanyDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv{ + display:table-cell; /* REQUIRED: as a cell */ +} +#AppInfoUserDiv a{ + color:gray; +} +#AppInfoUserDiv a:hover{ + color:black; + text-decoration:underline; +} +#AppInfoModuleDiv{ +} -input.big { - width: 100px; +/*** HEADER - QUICK MENU ***/ + +#QuickMenuDiv{ + float:right; /* to the right side */ } +#QuickMenuDiv ul{ + list-style:none; /* hide the bullets */ +} +#QuickMenuDiv li{ + display:inline; /* items are inline */ +} -input.small { - width: 50px; +/*** links as buttons!!! clicking anywhere in the button will activate + the link!!! ***HJ***/ + +#QuickMenuDiv li a{ + padding:9px; /* links as button */ + border:thin outset lightgray; /* un-pressed state */ } +#QuickMenuDiv li a:hover{ + padding:9px; /* links as button */ + border:thin inset lightgray; /* pressed state */ + text-decoration:none; /* no underline */ + color:black; +} -input.inputerror { - background-color: #fddbdb; +/*** BODY ***/ + +#BodyDiv { + clear:both; /* REQUIRED */ + overflow:hidden; /* REQUIRED */ + color:black; + background:whitesmoke; } +#BodyDiv table { + width:auto; /* automatic width */ + margin: 0 auto; + margin-bottom:10px; +} +#BodyDiv .centre{ + margin:0 auto 10px; + text-align:center; +} -select.selecterror { - background-color: #fddbdb; +/*** BODY - MAIN MENU ***/ + +#MainMenuDiv{ + float:left; /* REQUIRED: to the left side */ + white-space:nowrap; /* don't break text */ + text-align:center; + width:11%; + background:silver; + border:thin outset black; + margin-top:3px; } +#MainMenuDiv ul{ + list-style:none; /* REQUIRED: hide bullets */ + padding:0; /* REQUIRED: remove extra gaps (ex-bullets) */ + margin:0; +} +#MainMenuDiv li{ + list-style:none; /* REQUIRED */ + padding:0; /* REQUIRED */ +} +#MainMenuDiv li a{ /* link as button!!! not-pressed state */ + display:block; /* REQUIRED */ + padding:3px; + border:thin outset black; + color:black; +} +#MainMenuDiv li a:hover{ /* link as button!!! pressed state */ + text-decoration:none; + padding:3px; + border:thin inset black; + background:dimgray; +} +#MainMenuDiv .main_menu_selected a{ /* the selected button */ + color:red; + text-decoration:none; + border:thin inset black; + background:dimgray; + color:white; +} -.notavailable { - font-weight: lighter; /* light is not a w3c css valid font weight */ - font-style:italic; - color:#555; +.menu_group_item a { } +.menu_group_items a:hover { + color: #00a; + text-decoration: underline; +} +/*** other 'main_menu_xxx' styles is NOT needed!!! ***/ -.label { - font-weight:bold; - font-style:normal; - font-size:10px; +/*** BODY - SUB MENU ***/ + +#SubMenuDiv{ + float:right; + overflow: hidden; + min-width: 88%; + margin-top:3px; +} +#SubMenuDiv ul{ + list-style-type:none; /* REQUIRED: hide bullets */ + padding:0; /* REQUIRED: remove extra gaps (ex-bullets) */ + margin:0; +} +#SubMenuDiv li{ + list-style:none; /* REQUIRED: hide the bullets */ + width:100%; /* REQUIRED: make item full width */ + background:gainsboro; +} +#SubMenuDiv li img{ + vertical-align:middle; /* verticall align icon with the text */ +} +#SubMenuDiv .menu_group_headers { + background:silver; + outline:2px outset silver; + text-align:center; color:black; - background-color:#ccc; } +#TransactionsDiv{ + float:left; /* REQUIRED: to the left side */ + width:32.5%; + border:thin solid black; + margin-right:4px; +} +#InquiriesDiv{ + float:left; + width:32.5%; + border:thin solid black; + margin-right:4px; +} +#InquiriesDiv div{ /* default div, used for custom report header */ + background:silver; + color:black; + padding:2px; + border:thin outset silver; +} +#MaintenanceDiv{ + float:left; + width:32.5%; + border:thin solid black; + +} +.menu_group_item p { + color: #00f; /* This is the color for bullets, I like it to be the same as the anchor color, but it's up to you */ + text-indent: -10px; /* this makes the bullet to appear as the li tag previously used */ + margin: 0 0 0 12px; /* One thing that I didnÃÂôt like of the li was that it had no left margin applied */ +} -.OsRow { - background-color: #234567; - color: white; +/*** FOOTER ***/ + +#FooterDiv{ + clear:both; /* REQUIRED */ + overflow:hidden; + color:gray; + background:url(images/menu_bg_grey.png) repeat-x lightgray; + border:thin solid lightgray; } -/* From merge, uncomment to apply style -.table_index { - background-color: #F1FFDD; +#FooterWrapDiv{ + overflow:hidden; + padding:3px; } -End merge */ +#FooterLogoDiv{ + float:left; + background:white; + border-radius:8px 8px 8px 8px; + padding:3px; + margin-left:47%; /* to the center (approx) */ +} +#FooterLogoDiv img{ + vertical-align:middle; +} +#FooterVersionDiv{ + clear:both; /* below the logo */ + float:left; + margin-left:47%; /* to the center (approx) */ +} +#FooterTimeDiv{ + float:right; + margin-top:-22px; /* go up to center */ +} + +/*** END ***/ \ No newline at end of file Deleted: trunk/css/silverwolf/images/Graphique-32.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/ar-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/back-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/button_bg-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/button_bg.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/company-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/gelblue.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/gelbluebutton.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/gelblueh.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/hoverbuttonblue.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/input-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/input.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/input_bg.png =================================================================== (Binary files differ) Added: trunk/css/silverwolf/images/input_bg.png =================================================================== (Binary files differ) Property changes on: trunk/css/silverwolf/images/input_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/css/silverwolf/images/inputh.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/inputhtxt.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/inputtxt.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/inventory-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/maintenance-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/menu_bg.png =================================================================== (Binary files differ) Added: trunk/css/silverwolf/images/menu_bg.png =================================================================== (Binary files differ) Property changes on: trunk/css/silverwolf/images/menu_bg.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/css/silverwolf/images/menu_bg_blue.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/menu_bg_dblue.png =================================================================== (Binary files differ) Added: trunk/css/silverwolf/images/menu_bg_dblue.png =================================================================== (Binary files differ) Property changes on: trunk/css/silverwolf/images/menu_bg_dblue.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/css/silverwolf/images/menu_bg_grey-original.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/menu_bg_grey.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/menu_bg_indigo.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/menu_bg_white.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/stripe-original.png =================================================================== (Binary files differ) Modified: trunk/css/silverwolf/images/tick.png =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/transactions-original.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |