diff options
author | Simon Rettberg | 2017-04-20 14:34:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-04-20 14:34:12 +0200 |
commit | 8c70cba3c988bda4101908d41c9197325ad2b200 (patch) | |
tree | fd378dfc730a5fd004c426f2dbc9d9356a8322d2 /modules-available/locationinfo | |
parent | [locationinfo] API: Fix phpdoc type annotation, simplify getPcStates() (diff) | |
download | slx-admin-8c70cba3c988bda4101908d41c9197325ad2b200.tar.gz slx-admin-8c70cba3c988bda4101908d41c9197325ad2b200.tar.xz slx-admin-8c70cba3c988bda4101908d41c9197325ad2b200.zip |
[locationinfo] style.css not needed anymore
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/style.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules-available/locationinfo/style.css b/modules-available/locationinfo/style.css deleted file mode 100644 index ed1bda76..00000000 --- a/modules-available/locationinfo/style.css +++ /dev/null @@ -1,14 +0,0 @@ -.glyphicon-refresh-animate { - -animation: spin .7s infinite linear; - -webkit-animation: spin2 .7s infinite linear; -} - -@-webkit-keyframes spin2 { - from { -webkit-transform: rotate(0deg);} - to { -webkit-transform: rotate(360deg);} -} - -@keyframes spin { - from { transform: scale(1) rotate(0deg);} - to { transform: scale(1) rotate(360deg);} -} |