diff options
| author | 2014-06-12 22:16:02 +0200 | |
|---|---|---|
| committer | 2014-06-12 22:16:02 +0200 | |
| commit | 0270224c8a37b993c3a3b506111d8017616238cf (patch) | |
| tree | cbd3e3407f1e59158aa4f32e368c3c27fb5c7396 /p | |
| parent | 497853022ab29be3f87a691e2bfd5ba3559709b0 (diff) | |
Add a note avout branches in README
+ add loading gif in Origine theme
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Origine/origine.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 71534aff8..f04171994 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -454,6 +454,12 @@ a.btn { border-top: 1px solid #aaa; } +.pagination .loading, +.pagination a:hover.loading { + background: url("loader.gif") center center no-repeat #fff; + font-size: 0; +} + /*=== STRUCTURE */ /*===============*/ /*=== Header */ |
