]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing layout issue - mostly alignment
authorMorris Jobke <hey@morrisjobke.de>
Tue, 17 Jun 2014 09:24:39 +0000 (11:24 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 17 Jun 2014 09:24:39 +0000 (11:24 +0200)
apps/files_sharing/css/public.css

index 52b8481140d89fe81628580e7cda7f8af7fc41fd..82b8b6d307edf19a98a05bfd2ec5456e3366bfc5 100644 (file)
@@ -101,3 +101,23 @@ thead {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
 }
+
+/* within #save */
+#remote_address {
+       margin: 0;
+       height: 14px;
+       line-height: 16px;
+       padding: 6px;
+}
+
+#save button {
+       margin: 0 5px;
+       height: 28px;
+       padding-bottom: 4px;
+}
+
+#save .save-form [type="submit"] {
+       margin: 0 5px;
+       height: 28px;
+       padding-bottom: 4px;
+}