From 03866996d6ac211a73096f955c4024abb42485bb Mon Sep 17 00:00:00 2001 From: William Bargent Date: Fri, 10 Jun 2016 12:36:02 +0100 Subject: [PATCH 1/4] Adds border to file preview --- apps/files/css/files.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 94eafe2752099..db8814d78c606 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -293,6 +293,7 @@ table td.filename .thumbnail { float: left; position: absolute; z-index: 4; + border: 1px solid #f7f7f7; } table td.filename input.filename { width: 70%; From 204795eac40262ac30f10a6ba4037ba7dc0f2593 Mon Sep 17 00:00:00 2001 From: William Bargent Date: Fri, 10 Jun 2016 12:38:09 +0100 Subject: [PATCH 2/4] Changes notification background to white --- core/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 451a86a5c4792..62af2fd5a3fed 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -660,7 +660,7 @@ td.avatar { margin: 0 auto; max-width: 60%; z-index: 8000; - background-color: #fc4; + background-color: #FFF; border: 0; padding: 1px 8px; display: none; @@ -689,6 +689,7 @@ td.avatar { position: absolute; right: 0; top: 0; + margin-top: 2px; } #notification .row.closeable { padding-right: 20px; From de5d2777d5eb85533c7df44c5bb156e2185254b9 Mon Sep 17 00:00:00 2001 From: William Bargent Date: Fri, 10 Jun 2016 12:45:10 +0100 Subject: [PATCH 3/4] NextCloud blue upload bar --- core/css/jquery-ui-fixes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css index 462f450c74ceb..8a6c54240c93e 100644 --- a/core/css/jquery-ui-fixes.css +++ b/core/css/jquery-ui-fixes.css @@ -17,8 +17,8 @@ } .ui-widget-header { border: 1px solid #0082c9; - background: #0082c9 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x; - color: #ffffff; + background: #0082c9; + color: #0082c9; } .ui-widget-header a { color: #ffffff; From 20a902a9ec02796a64fd11bd98a5372d5a5125a6 Mon Sep 17 00:00:00 2001 From: William Bargent Date: Fri, 10 Jun 2016 13:04:48 +0100 Subject: [PATCH 4/4] Remove border-radious from navigation Fix Indentation Fix Indentation fix font colour --- apps/files/css/files.css | 2 +- core/css/header.css | 6 ------ core/css/jquery-ui-fixes.css | 2 +- core/css/styles.css | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index db8814d78c606..5f026d7edd4db 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -293,7 +293,7 @@ table td.filename .thumbnail { float: left; position: absolute; z-index: 4; - border: 1px solid #f7f7f7; + border: 1px solid #f7f7f7; } table td.filename input.filename { width: 70%; diff --git a/core/css/header.css b/core/css/header.css index f80db22f0cdc2..4d17f16d3dd8e 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -152,9 +152,6 @@ padding-bottom: 10px; background-color: rgba(0, 0, 0, .97); box-shadow: 0 1px 10px rgba(50, 50, 50, .7); - border-radius: 3px; - border-top-left-radius: 0; - border-top-right-radius: 0; display: none; /*overflow-y: auto; overflow-x: hidden;*/ @@ -333,9 +330,6 @@ background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: 0 1px 10px rgba(50, 50, 50, .7); - border-radius: 3px; - border-top-left-radius: 0; - border-top-right-radius: 0; box-sizing: border-box; } #expanddiv:after { diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css index 8a6c54240c93e..9e251bc13e409 100644 --- a/core/css/jquery-ui-fixes.css +++ b/core/css/jquery-ui-fixes.css @@ -18,7 +18,7 @@ .ui-widget-header { border: 1px solid #0082c9; background: #0082c9; - color: #0082c9; + color: #fff; } .ui-widget-header a { color: #ffffff; diff --git a/core/css/styles.css b/core/css/styles.css index 62af2fd5a3fed..48e99cbeb935e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -689,7 +689,7 @@ td.avatar { position: absolute; right: 0; top: 0; - margin-top: 2px; + margin-top: 2px; } #notification .row.closeable { padding-right: 20px;