diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 | 
| commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
| tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/grid/_grid/soriaGrid.css.commented.css | |
| parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
| download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 | |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/grid/_grid/soriaGrid.css.commented.css')
| -rw-r--r-- | includes/js/dojox/grid/_grid/soriaGrid.css.commented.css | 276 | 
1 files changed, 0 insertions, 276 deletions
| diff --git a/includes/js/dojox/grid/_grid/soriaGrid.css.commented.css b/includes/js/dojox/grid/_grid/soriaGrid.css.commented.css deleted file mode 100644 index 06263ad..0000000 --- a/includes/js/dojox/grid/_grid/soriaGrid.css.commented.css +++ /dev/null @@ -1,276 +0,0 @@ -.soria .dojoxGrid { -	position: relative; -	background-color: #e9e9e9; -	font-size: 0.85em; /* inherit font-family from dojo.css */ -	-moz-outline-style: none; -	outline: none; -	overflow: hidden; -	height: 0; -} - -.soria .dojoxGrid table { -	padding: 0; -} - -.soria .dojoxGrid td { -	-moz-outline: none; -} - -/* master header */ - -.soria .dojoxGrid-master-header { -	position: relative; -} - -/* master view */ - -.soria .dojoxGrid-master-view  { -	position: relative; -} - -/* views */ - -.soria .dojoxGrid-view { -	position: absolute; -	overflow: hidden; -} - -/* header */ - -.soria .dojoxGrid-header { -	position: absolute; -	overflow: hidden; -} - -.soria .dojoxGrid-header { -	background-color:  #e9e9e9; -} - -.soria .dojoxGrid-header table { -	text-align: center; -} - -.soria .dojoxGrid-header .dojoxGrid-cell-content { -	text-align: center; -} - -.soria .dojoxGrid-header .dojoxGrid-cell {  -	border: 1px solid transparent; -	/* border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; */ -	border-color: white #ACA899 #919191 white; -	background: url(../../../dijit/themes/soria/images/titleBar.png) #e9e9e9 repeat-x top; -	padding-bottom: 2px; -	color: #000 !important; -} - -.soria .dojoxGrid-header .dojoxGrid-cell-over { -	background: url(../../../dijit/themes/soria/images/titleBarActive.png) #e9e9e9 repeat-x top; -} - -.soria .dojoxGrid-sort-down { -	background: url(images/grid_sort_down.gif) right no-repeat; -	padding-left: 0px; -	margin-left: 0px; -} - -.soria .dojoxGrid-sort-up { -	background: url(images/grid_sort_up.gif) right no-repeat; -	padding-left: 0px; -	margin-left: 0px; -} - -.soria .gridArrowButtonChar { -	display:none !important; -} -.dijit_a11y .gridArrowButtonChar { -	display:inline !important; -} - -/* content */ - -.soria .dojoxGrid-scrollbox { -	position: relative; -	overflow: scroll; -	background-color: #fefefe; -	width: 100%; -} - -.soria .dojoxGrid-content { -	position: relative; -	overflow: hidden; -	 -moz-outline-style: none; -	outline: none; -} - -/* rowbar */ - -.soria .dojoxGrid-rowbar {  -	border: none; -	/* -	border-color: #F6F4EB #ACA899 #ACA899 #F6F4EB; -	*/ -	background: url(images/titleBar.png) #e9e9e9 repeat-y right; -	border-right: 1px solid #cccccc; -	padding: 0px; -} - -.soria .dojoxGrid-rowbar-inner { -	border: none; -	border-bottom: 1px solid #cccccc; -} - -.soria .dojoxGrid-rowbar-over { -	background: url(images/titleBarActive.png) #e9e9e9 repeat-y right; -} - -.soria .dojoxGrid-rowbar-selected { -	background-color: #D9E8F9; -	background-image: none; -	background: url(../../../dijit/themes/soria/images/titleBar.png) #dddddd repeat-x top; -	border-right: 1px solid #cccccc; -	background-position: center; -	background-repeat: no-repeat; -} - -/* rows */ - -.soria .dojoxGrid-row { -	position: relative; -	width: 9000em; -} - -.soria .dojoxGrid-row { -	border: none; -	border-left: none; -	border-right: none; -	background-color: white; -	border-top: none; -} - -.soria .dojoxGrid-row-over { -	border-top-color: #cccccc; -	border-bottom-color: #cccccc; -} - -.soria .dojoxGrid-row-over .dojoxGrid-cell { -	background-color: #60a1ea;  -	color:#fff; -} - -.soria .dojoxGrid-row-odd { -	background-color: #f2f5f9; -	/*background-color: #F9F7E8;*/ -} - -.soria .dojoxGrid-row-selected { -	background-color: #aec7e3; -} - -.soria .dojoxGrid-row-table { -	table-layout: fixed; -	width: 0; -	border-collapse: collapse; -} - -.soria .dojoxGrid-invisible { -	visibility: hidden; -}		 - -.soria .Xdojo-ie .dojoxGrid-invisible { -	display: none; -}		 - -.soria .dojoxGrid-invisible td, .dojoxGrid-header .dojoxGrid-invisible td { -	border-top-width: 0; -	border-bottom-width: 0; -	padding-top: 0; -	padding-bottom: 0; -	height: 0; -	overflow: hidden; -} - -/* cells */ - -.soria .dojoxGrid-cell { -	border: 1px dotted #D5CDB5; -	padding: 3px 3px 3px 3px; -	text-align: left; -	overflow: hidden; -} - -.dj_ie6 .soria .dojoxGrid-cell { -	border: 1px solid white; -	border-right: 1px solid #D5CDB5; -} - -.soria .dojoxGrid-cell-focus { -	border: 1px dotted #a6a6a6; -} - -.soria .dojoxGrid-cell-over { -	border: 1px dotted #a6a6a6; -} - -.soria .dojoxGrid-cell-focus.dojoxGrid-cell-over { -	border: 1px dotted #595959; -} - -.soria .dojoxGrid-cell-clip { -	width: 100%; -	overflow: hidden; -	white-space:nowrap; -	text-overflow: ellipsis; -} - -/* editing */ - -/* FIXME: these colors are off! */ -.soria .dojoxGrid-row-editing td { -	/* background-color: #F4FFF4; */ -	background-color: #60a1ea;  -	/* padding: 0px 3px 0px 3px; */ -} - -.soria .dojoxGrid-row-inserting td { -	background-color: #F4FFF4; -} -.soria .dojoxGrid-row-inflight td { -	background-color: #F2F7B7; -} -.soria .dojoxGrid-row-error td { -	background-color: #F8B8B6; -} - -.soria .dojoxGrid-input, -.soria .dojoxGrid-select, -.soria .dojoxGrid-textarea { -	margin: 0; -	padding: 0px; -	border-style: none; -	width: 100%; -	font-size: 100%; -	font-family: inherit; -} - -.dojoxGrid-hidden-focus { -	position: absolute; -	left: -1000px; -	top: -1000px; -	height: 0px, width: 0px; -} - -.dijit_a11y .dojoxGrid-rowbar-selected {  -	border-top: 1px solid white; -	border-bottom: 1px dashed black; -	border-top: 0; -	background: none; -} - -.dijit_a11y .dojoxGrid-rowbar-selected .dojoxGrid-rowbar-inner { -	border: 0; -	border-top: 1px solid white; -} - -.dijit_a11y .dojoxGrid-row-selected { -	border-bottom: 1px dashed black; -} | 
