summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-24 13:09:05 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-10-24 13:09:09 +0200
commit916e0fc343e176233ac121ac51220dce660b1a36 (patch)
tree5f3928593968805e0cd0fde7bb38bda372e4765e /core
parent4c234bd66696e50d3779215f0a7c7dea7054d6a4 (diff)
downloadnextcloud-server-916e0fc343e176233ac121ac51220dce660b1a36.tar.gz
nextcloud-server-916e0fc343e176233ac121ac51220dce660b1a36.zip
Place the brackets in the first line
Diffstat (limited to 'core')
-rw-r--r--core/css/auth.css65
-rw-r--r--core/css/multiselect.css112
-rw-r--r--core/css/share.css145
3 files changed, 155 insertions, 167 deletions
diff --git a/core/css/auth.css b/core/css/auth.css
index 6781731c4f4..bce7fa7b711 100644
--- a/core/css/auth.css
+++ b/core/css/auth.css
@@ -1,40 +1,39 @@
-h2
-{
- font-size: 2em;
- font-weight: bold;
- margin-bottom: 1em;
- white-space: nowrap;
+h2 {
+ font-size:2em;
+ font-weight:700;
+ margin-bottom:1em;
+ white-space:nowrap;
}
-ul.scopes
-{
- list-style: disc;
+
+ul.scopes {
+ list-style:disc;
}
-ul.scopes li
-{
- white-space: nowrap;
+
+ul.scopes li {
+ white-space:nowrap;
}
-h2 img
-{
- width: 50%;
+
+h2 img {
+ width:50%;
}
-#oauth
-{
- margin: 4em auto 2em;
- width: 20em;
+
+#oauth {
+ width:20em;
+ margin:4em auto 2em;
}
-#allow-auth
-{
- background-color: #5c3;
- box-shadow: 0 1px 1px #fff, 0 1px 1px #5f3 inset;
- color: #fff;
- text-shadow: #5e3 0 1px 0;
+
+#allow-auth {
+ background-color:#5c3;
+ box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset;
+ color:#fff;
+ text-shadow:#5e3 0 1px 0;
}
-#deny-auth
-{
- background: none;
- border: 0;
- box-shadow: 0 0 0 #fff, 0 0 0 #fff inset;
- font-size: 1.2em;
- margin: .7em;
- padding: 0;
+
+#deny-auth {
+ background:none;
+ border:0;
+ box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
+ font-size:1.2em;
+ margin:.7em;
+ padding:0;
} \ No newline at end of file
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index 477f511e2c5..99f0e039334 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -2,60 +2,58 @@
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
-ul.multiselectoptions
-{
- background-color: #fff;
- border: 1px solid #ddd;
- border-bottom-left-radius: .5em;
- border-bottom-right-radius: .5em;
- border-top: none;
- box-shadow: 0 1px 1px #ddd;
- padding-top: .5em;
- position: absolute;
- z-index: 49;
-}
-ul.multiselectoptions>li
-{
- overflow: hidden;
- white-space: nowrap;
-}
-div.multiselect
-{
- display: inline;
- display: inline-block;
- max-width: 400px;
- min-width: 100px;
- padding-right: .6em;
- position: relative;
- vertical-align: bottom;
-}
-div.multiselect.active
-{
- background-color: #fff;
- border-bottom: none;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- position: relative;
- z-index: 50;
-}
-div.multiselect>span:first-child
-{
- float: left;
- margin-right: 2em;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 90%;
-}
-div.multiselect>span:last-child
-{
- position: absolute;
- right: .8em;
-}
-ul.multiselectoptions input.new
-{
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- margin: 0;
- padding-bottom: 0.2em;
- padding-top: 0.2em;
-} \ No newline at end of file
+ ul.multiselectoptions {
+ background-color:#fff;
+ border:1px solid #ddd;
+ border-bottom-left-radius:.5em;
+ border-bottom-right-radius:.5em;
+ border-top:none;
+ box-shadow:0 1px 1px #ddd;
+ padding-top:.5em;
+ position:absolute;
+ z-index:49;
+ }
+
+ ul.multiselectoptions>li {
+ overflow:hidden;
+ white-space:nowrap;
+ }
+
+ div.multiselect {
+ display:inline-block;
+ max-width:400px;
+ min-width:100px;
+ padding-right:.6em;
+ position:relative;
+ vertical-align:bottom;
+ }
+
+ div.multiselect.active {
+ background-color:#fff;
+ border-bottom:none;
+ border-bottom-left-radius:0;
+ border-bottom-right-radius:0;
+ position:relative;
+ z-index:50;
+ }
+
+ div.multiselect>span:first-child {
+ float:left;
+ margin-right:2em;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ width:90%;
+ }
+
+ div.multiselect>span:last-child {
+ position:absolute;
+ right:.8em;
+ }
+
+ ul.multiselectoptions input.new {
+ border-top-left-radius:0;
+ border-top-right-radius:0;
+ padding-bottom:.2em;
+ padding-top:.2em;
+ margin:0;
+ } \ No newline at end of file
diff --git a/core/css/share.css b/core/css/share.css
index 432283ebfce..5aca731356a 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -2,80 +2,71 @@
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
-#dropdown
-{
- background: #eee;
- border-bottom-left-radius: 1em;
- border-bottom-right-radius: 1em;
- box-shadow: 0 1px 1px #777;
- display: block;
- margin-right: 7em;
- padding: 1em;
- position: absolute;
- right: 0;
- width: 19em;
- z-index: 500;
-}
-.reshare
-{
- padding-left: 0.5em;
-}
-#shareWithList
-{
- list-style-type: none;
- padding: 0.5em;
-}
-#shareWithList li
-{
- padding-top: 0.1em;
-}
-#dropdown label
-{
- font-weight: normal;
-}
-#dropdown input[type="checkbox"]
-{
- margin: 0 0.2em 0 0.5em;
-}
-a.showCruds
-{
- display: inline;
- opacity: .5;
-}
-a.showCruds:hover
-{
- opacity: 1;
-}
-a.unshare
-{
- display: inline;
- float: right;
- opacity: .5;
- padding: .3em 0 0 .3em !important;
-}
-a.unshare:hover
-{
- opacity: 1;
-}
-#link
-{
- border-top: 1px solid #ddd;
- padding-top: 0.5em;
-}
-#dropdown input[type="text"], #dropdown input[type="password"]
-{
- width: 90%;
-}
-#linkText, #linkPass, #expiration
-{
- display: none;
-}
-#link #showPassword img
-{
- padding-left: 0.3em;
- width: 12px;
-}
-#link label, #expiration label
-{
- padding-left: 0.5em;
-} \ No newline at end of file
+ #dropdown {
+ background:#eee;
+ border-bottom-left-radius:1em;
+ border-bottom-right-radius:1em;
+ box-shadow:0 1px 1px #777;
+ display:block;
+ margin-right:7em;
+ position:absolute;
+ right:0;
+ width:19em;
+ z-index:500;
+ padding:1em;
+ }
+
+ #shareWithList {
+ list-style-type:none;
+ padding:.5em;
+ }
+
+ #shareWithList li {
+ padding-top:.1em;
+ }
+
+ #dropdown label {
+ font-weight:400;
+ }
+
+ #dropdown input[type="checkbox"] {
+ margin:0 .2em 0 .5em;
+ }
+
+ a.showCruds {
+ display:inline;
+ opacity:.5;
+ }
+
+ a.unshare {
+ display:inline;
+ float:right;
+ opacity:.5;
+ padding:.3em 0 0 .3em !important;
+ }
+
+ #link {
+ border-top:1px solid #ddd;
+ padding-top:.5em;
+ }
+
+ #dropdown input[type="text"],#dropdown input[type="password"] {
+ width:90%;
+ }
+
+ #linkText,#linkPass,#expiration {
+ display:none;
+ }
+
+ #link #showPassword img {
+ padding-left:.3em;
+ width:12px;
+ }
+
+ .reshare,#link label,#expiration label {
+ padding-left:.5em;
+ }
+
+ a.showCruds:hover,a.unshare:hover {
+ opacity:1;
+ } \ No newline at end of file
"w"> "Svetlá téma", "Enable the default light theme" : "Povoliť predvolený svetlý motív", "The default light appearance." : "Predvolený svetlý motív", "Legal notice" : "Právne upozornenie", "Privacy policy" : "Zásady ochrany osobných údajov", "Adjust the Nextcloud theme" : "Upraviť motív vzhľadu Nextcloudu", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Zmena vzhľadu umožňuje ľahko upraviť pocit z vašej inštalácie a podporovaných klientov. Toto bude viditeľné pre všetkých klientov.", "Advanced options" : "Pokročilé možnosti", "Name" : "Názov", "Web link" : "Webový odkaz", "a safe home for all your data" : "bezpečný domov pre všetky vaše dáta", "Slogan" : "Slogan", "Color" : "Farba", "Logo" : "Logo", "Upload new logo" : "Nahrať nové logo", "Legal notice link" : "Odkaz na právne upozornenie", "Privacy policy link" : "Odkaz na zásady ochrany osobných údajov", "Header logo" : "Logo v hlavičke", "Upload new header logo" : "Nahrať nové logo do hlavičky", "Favicon" : "Favicon", "Upload new favicon" : "Nahrať novú ikonu webu", "User settings" : "Nastavenia užívateľa", "Keyboard shortcuts" : "Klávesové skratky", "Disable all keyboard shortcuts" : "Vypnúť všetky klávesové skratky", "Background" : "Pozadie", "Set a custom background" : "Nastaviť vlastné pozadie", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Univerzálny prístup je pre nás veľmi dôležitý. Dodržiavame webové štandardy a kontrolujeme, aby bolo všetko použiteľné aj bez myši a pomocného softvéru, ako sú čítačky obrazovky. Naším cieľom je byť v súlade s {guidelines}pokynmi pre prístup k webovému obsahu {linkend} 2.1 na úrovni AA, v režime vysokého kontrastu dokonca na úrovni AAA.", "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ak nájdete nejaké problémy, neváhajte ich nahlásiť v {issuetracker}našom nástroji na sledovanie problémov{linkend}. A ak sa chcete zapojiť, pridajte sa k {designteam}nášmu tímu dizajnérov{linkend}!", "Pick from Files" : "Vybrať zo súborov", "Default image" : "Predvolený obrázok", "Custom color" : "Vlastná farba", "Plain background" : "Obyčajné pozadie", "Insert from {productName}" : "Vložiť z {productName}", "Theme selection is enforced" : "Vynucuje sa výber témy", "Reset to default" : "Nastaviť predvolené", "Upload" : "Nahrať", "Remove background image" : "Odstrániť obrázok pozadia", "Loading preview…" : "Načítavanie ukážky...", "Admin" : "Správca", "Name cannot be empty" : "Názov nemôže byť prázdny", "Open documentation" : "Otvoriť dokumentáciu", "https://…" : "https://...", "Login image" : "Prihlasovací obrázok", "Upload new login background" : "Nahrať nové prihlasovacie pozadie", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Ak chcete automaticky generovať favikony na základe nahraného loga a farby, nainštalujte rozšírenie Imagemagick PHP s podporou pre SVG obrázky.", "Error uploading the file" : "Chyba pri nahrávaní súboru" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");