Ticket #1162: Show.css.diff
| File Show.css.diff, 0.9 kB (added by nic, 3 months ago) |
|---|
-
workspace/Dojo
16 16 p, li { 17 17 font-size: 17pt; 18 18 } 19 19 .dojoShowProgressIndicatorContainer { 20 overflow: hidden; 21 position: absolute; 22 bottom: 0px; 23 left: 0px; 24 width: 100%; 25 text-align: center; 26 z-index:400; 27 padding:0; 28 height:34px; 29 } 30 .dojoShowProgressIndicatorContainer .dojoShowProgressBarWrapper{ 31 width:200px; 32 margin:auto; 33 } 34 20 35 .dojoShowNav { 21 36 border-top:1px solid #ccc; 22 37 background: #ededed; … … 28 43 text-align: center; 29 44 z-index:420; 30 45 padding:0; 31 margin-bottom:5px; height:34px; 46 margin-bottom:5px; 47 height:34px; 32 48 } 33 49 34 50 .dojoShowNav img { cursor:pointer; }