Skip to content

Commit 54f7fd4

Browse files
committed
default theme: whitespace and formatting
1 parent 2eb5e1f commit 54f7fd4

1 file changed

Lines changed: 7 additions & 37 deletions

File tree

themes/default/ui.all.css

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
*/
77

88

9-
10-
11-
/*UI accordion*/
9+
/* Accordion */
1210
.ui-accordion {
1311
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
1412
font-family: Verdana, Arial, sans-serif;
@@ -57,7 +55,7 @@
5755
}
5856

5957

60-
/*slider*/
58+
/* Slider */
6159
.ui-slider {
6260
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
6361
font-family: Verdana, Arial, sans-serif;
@@ -97,11 +95,7 @@
9795
}
9896

9997

100-
101-
102-
103-
104-
/*dialog*/
98+
/* Dialog */
10599
.ui-dialog {
106100
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
107101
font-family: Verdana, Arial, sans-serif;
@@ -248,19 +242,13 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
248242
background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
249243
border: 1px solid #dddddd;
250244
}
251-
/* This file skins dialog */
252245
.ui-dialog.ui-draggable .ui-dialog-titlebar,
253246
.ui-dialog.ui-draggable .ui-dialog-titlebar {
254247
cursor: move;
255248
}
256249

257250

258-
259-
260-
261-
262-
263-
/*datepicker*/
251+
/* Datepicker */
264252
/* Main Style Sheet for jQuery UI date picker */
265253
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
266254
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
@@ -373,37 +361,32 @@ table.ui-datepicker .ui-datepicker-title-row td {
373361
text-transform: uppercase;
374362
/*border-bottom: 1px solid #d3d3d3;*/
375363
}
376-
377364
table.ui-datepicker .ui-datepicker-title-row td a {
378365
color: #222222;
379366
}
380367

381368

382-
/* ProgressBar */
383-
369+
/* Progressbar */
384370
.ui-progressbar {
385371
width: 400px; height: 20px;
386372
border: 1px #ccc solid;
387373
background:#E0E8F3 url(images/bg.gif) repeat-x scroll 0%;
388374
position:relative;
389375
}
390-
391376
.ui-progressbar-wrap {
392377
position: relative;
393378
height: auto;
394379
width: auto;
395380
line-height: 18px;
396381
_line-height: 16px;
397382
}
398-
399383
.ui-progressbar-bar {
400384
background:#9CBFEE url(images/progress-bg.gif) repeat-x scroll left center;
401385
border-bottom:1px solid #7FA9E4;
402386
border-right:1px solid #7FA9E4;
403387
border-top:1px solid #D1E4FD;
404388
position: absolute;
405389
}
406-
407390
.ui-progressbar-text {
408391
color:#fff;
409392
overflow: hidden;
@@ -412,21 +395,16 @@ table.ui-datepicker .ui-datepicker-title-row td a {
412395
font-weight: bold;
413396
padding-left: 5px;
414397
}
415-
416398
.ui-progressbar-text-back {
417399
color:#000;
418400
padding-top: 1px;
419401
padding-bottom: 1px;
420402
padding-right: 1px;
421403
}
422-
423404
.ui-progressbar-disabled {
424405
opacity:.5;
425406
filter:Alpha(Opacity=50);
426407
}
427-
428-
429-
/* custom */
430408
.ui-progressbar-text.right-align {
431409
text-align: right;
432410
padding: 0 5px 0 0;
@@ -566,9 +544,7 @@ Generic ThemeRoller Classes
566544
/* Note: for resizable styles, use the styles listed above in the dialog section */
567545

568546

569-
570-
571-
/* UI Spinner */
547+
/* Spinner */
572548
.ui-spinner {
573549
width: 15em;
574550
display: block;
@@ -578,12 +554,10 @@ Generic ThemeRoller Classes
578554
background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
579555
padding: 0 5px;
580556
}
581-
582557
.ui-spinner-disabled {
583558
background: #F4F4F4;
584559
color: #CCC;
585560
}
586-
587561
.ui-spinner-box {
588562
width: 90%;
589563
height: 100%;
@@ -593,7 +567,6 @@ Generic ThemeRoller Classes
593567
background: none;
594568
padding: 0;
595569
}
596-
597570
.ui-spinner-up,
598571
.ui-spinner-down {
599572
width: 10%;
@@ -611,18 +584,15 @@ Generic ThemeRoller Classes
611584
border-right: none;
612585
border-top: none;
613586
}
614-
615587
.ui-spinner-down {
616588
bottom: 0;
617589
border-bottom: 0;
618590
}
619-
620591
.ui-spinner-pressed {
621592
background: #FEFEFE;
622593
}
623-
624594
.ui-spinner-list,
625595
.ui-spinner-listitem {
626596
margin: 0;
627597
padding: 0;
628-
}
598+
}

0 commit comments

Comments
 (0)