Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-29 18:24:30 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-15 17:52:15 +0300
commitd6c5d9ff76c4c5b364408f4566df64934a66f9da (patch)
treefee5ff0ca654779a538b54693cc50d0916ea2c25 /css
parent8804378bbd651586921c47b328383bda322fedcd (diff)
move toggle buttons for sorting and view switching to the right
Diffstat (limited to 'css')
-rw-r--r--css/gallerybutton.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/css/gallerybutton.css b/css/gallerybutton.css
index 9e1152a6..10c144e6 100644
--- a/css/gallerybutton.css
+++ b/css/gallerybutton.css
@@ -14,7 +14,7 @@
}
#controls .button.left-switch-button {
- float: left;
+ float: right;
display: inline;
border-radius: 3px 0 0 3px;
margin-left: 3px;
@@ -23,10 +23,9 @@
}
#controls .button.right-switch-button {
- float: left;
+ float: right;
display: inline;
border-radius: 0 3px 3px 0;
- margin-left: -1px;
}
.button.left-switch-button img,