Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
6 changes: 0 additions & 6 deletions core/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;*/
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions core/css/jquery-ui-fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -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: #fff;
}
.ui-widget-header a {
color: #ffffff;
Expand Down
3 changes: 2 additions & 1 deletion core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -689,6 +689,7 @@ td.avatar {
position: absolute;
right: 0;
top: 0;
margin-top: 2px;
}
#notification .row.closeable {
padding-right: 20px;
Expand Down