htmlTableUi.css 6.01 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
/*
 * Main Div used to set the overall container of the table
 */

div.htmltabledivui{
	clear:both;
	width: 100%;
	margin: 10px auto;
}	

div.htmltabledivui div.body{
	border-top: 0px;
	clear:both;
	margin:0px auto;
	text-align: center;		
}

div.htmltabledivui div.header div.header-container{
	position:relative;
	float: left;
	width: 100%;
	text-align: center;
	display: inline;
}

div.htmltabledivui div.header div.header-container span{
	font-weight: bold;
}

div.htmltabledivui div.header,
div.htmltabledivui div.body{
	width: 100%;
}


div.htmltabledivui div.header table.header-table, 
div.htmltabledivui div.body table.body-table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.ui-widget-header{
	/*background-image: url("../img/bg.png");/* repeat-x scroll 50% 50%;
	background-color: #B7D6E7;*/
}

div.htmltabledivui div.header table.header-table tbody tr td{
	padding: 5px 2px;
}

div.htmltabledivui div.header div.header-container div.controls{
	position: absolute;
	left:0px;
	top:0px;
}

div.htmltabledivui div.header div.header-container div.extra{
	float: right;
	vertical-align: sub;
}

div.htmltabledivui div.header div.header-container div.extra span{
	font-size: 75%;
	font-weight: normal;
}


div.htmltabledivui div.header table.header-table tr td.header-mode{
	clear: both;
	padding-right: 5px;
	text-align: center;
}

div.htmltabledivui div.header table.header-table tr td.header-mode div.header-mode-button,
div.htmltabledivui div.header table.header-table tr td.header-mode div.header-send-button,
div.htmltabledivui div.header table.header-table tr td.header-mode div.header-export-button{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}


/*
 * IMAGES
 */

div.htmltabledivui div.header table.header-table tr td.header-mode div.header-mode-button{
	background-image: url("../img/editmode.png");
}

div.htmltabledivui div.header table.header-table tr td.header-mode div.editmode{
	background-image: url("../img/viewmode.png");
}

div.htmltabledivui div.header table.header-table tr td.header-mode div.header-send-button{
	background-image: url("../img/send.png");
}

div.htmltabledivui div.header table.header-table tr td.header-mode div.header-export-button{
	background-image: url("../img/csvexport.png");
}

div.htmltabledivui div.header table.header-table tr td.header-mode div.ajaxLoading{
	background-image: url("../img/ajax-comets.gif");
}
/*
div.htmltabledivui div.ui-icon-close{
	background-image: url("../img/ajax-comets.gif");
}
*/
/*
 * TABLE CELLS
 */

div.htmltabledivui div.header table.header-table,
div.htmltabledivui div.body table.body-table{
	margin-top:0px;
	margin-bottom:0px;
	/*text-align: center;*/
	width: 100%;
}

div.htmltabledivui div.body table.body-table tr.body-header td,
div.htmltabledivui div.body table.body-table tr.body-header th,
div.htmltabledivui div.body table.body-table tbody tr td,
div.htmltabledivui div.body table.body-table tfoot tr td{
	/*border: 1px solid #0E509E;*/
	text-align: center;
}

div.htmltabledivui div.body table.body-table thead tr.body-subtitle td{
	text-align: center;
}

div.htmltabledivui div.body table.body-table tbody tr td{
	font-size: 80%;
	border: 1px solid;
}

div.htmltabledivui div.body table.body-table tbody tr td:first-child{
	border-left: 0px;
}

div.htmltabledivui div.body table.body-table tbody tr td:last-child{
	border-right: 0px;
}

div.htmltabledivui div.body table.body-table tr.body-header, 
div.htmltabledivui div.body table.body-table tr.body-header th{
	text-align: center;
}

div.htmltabledivui div.body table.body-table tr.body-header th:first-child{
	border-left: 0px;
}

div.htmltabledivui div.body table.body-table tr.body-header th:last-child{
	border-right: 0px;
}



/*
 * STRIPING
 */
div.htmltabledivui div.body table.body-table thead tr td,
div.htmltabledivui div.body table.body-table tfoot tr td{
    /*background: none repeat scroll 0 0 #EFF4FA;*/
   border-bottom: 0px solid;
}

div.htmltabledivui div.body table.body-table tr:nth-child(2n) td{
   /*background: none repeat scroll 0 0 #EFF4FA;*/
   /*border-bottom: 1px solid;*/
}	


/*
 * Row editing styles
 */
div.htmltabledivui div.body table.body-table tbody tr.editrow td{
    background: none repeat scroll 0 0 #FFFFFF;
    color: black;
}

div.htmltabledivui div.body table.body-table tbody tr.editrow:hover td{
    background: none repeat scroll 0 0 #FFC3C3;
}

div.htmltabledivui div.body table.body-table tbody tr.modified td{
    background: none repeat scroll 0 0 #C3FFC3;
}

div.htmltabledivui div.body table.body-table tr.visiblerow{
    display: table-row;
}

div.htmltabledivui div.body table.body-table tr.hiddenrow{
    display: none;
}

/**
 * 	Sorter CSS
 */
div.htmltabledivui div.column-data{
	clear: both;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align: middle;
}

div.htmltabledivui div.column-name{
	display: inline;		
	text-align: center;
}

div.htmltabledivui div.column-sort-image{
	margin-top: 2px;
	padding: 0px;
	width: 9px;height:10px;
	/*background-image: url("../img/nosort.png");*/
	display: inline;
	float:right;
	vertical-align: middle;
}

div.htmltabledivui div.body table.body-table tr.body-header th.headerSortDown div.column-sort-image{
	background-image: url("../img/sortup.png");
}
div.htmltabledivui div.body table.body-table tr.body-header th.headerSortUp div.column-sort-image{
	background-image: url("../img/sortdown.png");
}


/**
 * 	FORM
 */
#edit-form{
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1000;
}

#edit-form .ui-widget-header{
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

#edit-form div.edit-table-row,#edit-form table{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#edit-form .ui-widget-content{
	padding: 10px;
}

#edit-form td{
	text-align: right;
	padding: 0px;
}

#edit-form td.edit-form-title{
	text-align: center;
	padding: 0px;
	width: 90%;
}

#edit-form td.edit-form-buttons{
	text-align: right;
	padding: 0px;
	cursor: pointer;
}

#edit-form label{
	text-align: left;
}

#edit-form input.text{

}

#edit-form-header-icon-close{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
}