Missing csproj files + minor css updates
This commit is contained in:
@@ -26,10 +26,6 @@ label.control-label {
|
||||
|
||||
|
||||
|
||||
//standard editor width
|
||||
.umb-editor{width: 460px;}
|
||||
|
||||
|
||||
//utill styll to hide child untill hover
|
||||
.hover-show{visibility: hidden;}
|
||||
*:hover > .hover-show{visibility: visible;}
|
||||
|
||||
@@ -158,6 +158,10 @@ div.umb-codeeditor .umb-btn-toolbar {
|
||||
margin-bottom: 25px !important;
|
||||
}
|
||||
|
||||
.umb-pane > .umb-control-group:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.umb-control-group .umb-el-wrap {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
@@ -62,8 +62,13 @@
|
||||
padding: 15px 20px 10px 20px;
|
||||
margin-top: 30px;
|
||||
clear: both;
|
||||
border-top: #efefef 1px solid
|
||||
border-top: #efefef 1px solid;
|
||||
}
|
||||
.umb-dialog .umb-btn-toolbar .umb-control-group{
|
||||
border: none;
|
||||
padding: none;
|
||||
}
|
||||
|
||||
.umb-dialog-body{
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.umb-codeeditor{
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Color picker
|
||||
|
||||
Reference in New Issue
Block a user