Missing csproj files + minor css updates

This commit is contained in:
perploug
2013-09-25 15:39:23 +02:00
parent 2415e39e43
commit b918462e40
7 changed files with 14 additions and 166 deletions

View File

@@ -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;}

View File

@@ -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
}

View File

@@ -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;
}

View File

@@ -9,6 +9,10 @@
width: 95%;
}
.umb-codeeditor{
width: 99%;
}
//
// Color picker