Patch #32106 » new-ajax-indicator-v2.patch
| public/stylesheets/application.css (working copy) | ||
|---|---|---|
| 1003 | 1003 |
border: 1px solid #bbb; |
| 1004 | 1004 |
top:35%; |
| 1005 | 1005 |
left:40%; |
| 1006 |
width:20%; |
|
| 1007 | 1006 |
font-weight:bold; |
| 1008 | 1007 |
text-align:center; |
| 1009 |
padding:0.6em;
|
|
| 1008 |
padding:1em;
|
|
| 1010 | 1009 |
z-index:100; |
| 1011 | 1010 |
opacity: 0.5; |
| 1011 |
border-radius: 3px; |
|
| 1012 | 1012 |
} |
| 1013 | 1013 | |
| 1014 | 1014 |
html>body #ajax-indicator { position: fixed; }
|
- « Previous
- 1
- 2
- 3
- 4
- Next »