mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
style dialog
This commit is contained in:
parent
a28f70e89d
commit
c4f318041c
@ -30,6 +30,7 @@
|
|||||||
.file-dialog .header {
|
.file-dialog .header {
|
||||||
background-color: rgb(31,188,210);
|
background-color: rgb(31,188,210);
|
||||||
border: 1px transparent solid;
|
border: 1px transparent solid;
|
||||||
|
border-bottom: 1px solid #c7c7c7;
|
||||||
-moz-border-radius-topleft: 2px;
|
-moz-border-radius-topleft: 2px;
|
||||||
-webkit-border-top-left-radius: 2px;
|
-webkit-border-top-left-radius: 2px;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
@ -111,7 +112,6 @@
|
|||||||
.file-dialog .body-dialog {
|
.file-dialog .body-dialog {
|
||||||
float: left;
|
float: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
border-bottom: 1px solid #C0C0C0;
|
border-bottom: 1px solid #C0C0C0;
|
||||||
border-right: 1px solid #C0C0C0;
|
border-right: 1px solid #C0C0C0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user