Skip to content

Commit d59128e

Browse files
authored
Merge pull request #154 from joni2back/redesign-june-2016
fixing modal breadcrumbs
2 parents f60d38e + e73cea4 commit d59128e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

dist/angular-filemanager.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/dialogs.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
white-space: pre-wrap;
1717
}
1818

19-
2019
.modal .breadcrumb {
21-
margin-bottom: 10px;
20+
margin: 0;
21+
background: #00bcd4;
22+
font-size: 16px;
23+
max-height: inherit;
24+
padding: 0 10px;
25+
margin-bottom: 5px;
2226
}
2327

2428
.modal-fullscreen .modal-dialog,

0 commit comments

Comments
 (0)