update search input + notifications
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
padding: 10px 18px;
|
||||
}
|
||||
|
||||
.btn-action
|
||||
{
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.umb-action-link
|
||||
{
|
||||
padding: 12px 25px 12px 20px;
|
||||
@@ -137,6 +142,46 @@ input.umb-editor-header__name-input
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label
|
||||
{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.form-horizontal .controls
|
||||
{
|
||||
margin-left: 220px;
|
||||
}
|
||||
|
||||
.form-search .search-input
|
||||
{
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
border-color: transparent;
|
||||
border-radius: 18px;
|
||||
height: 40px;
|
||||
padding-top: 6px;
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,.10);
|
||||
}
|
||||
|
||||
.form-search .inner-addon [class*=" icon-"], .form-search .inner-addon [class^="icon-"]
|
||||
{
|
||||
top: 5px;
|
||||
left: auto;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.form-search .inner-addon input[type="text"]
|
||||
{
|
||||
width: 280px;
|
||||
padding-left: 16px !important;
|
||||
padding-right: 30px !important;
|
||||
}
|
||||
|
||||
.form-search .search-input:focus, .form-search .search-input:focus:hover, .form-search .search-input:hover
|
||||
{
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TREE
|
||||
@@ -202,6 +247,53 @@ input.umb-editor-header__name-input
|
||||
|
||||
|
||||
|
||||
/* TABLES / LISTS
|
||||
/* **********************************************************
|
||||
/* TODO desc
|
||||
/* ********************************************************** */
|
||||
|
||||
.umb-table .umb-table-cell:first-of-type:not(.not-fixed)
|
||||
{
|
||||
flex: 0 0 50px;
|
||||
}
|
||||
|
||||
.umb-table .umb-table-row.-light .umb-table-body__image
|
||||
{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.umb-table-head .umb-table-cell
|
||||
{
|
||||
padding: 12px 2px;
|
||||
}
|
||||
|
||||
.umb-table-head
|
||||
{
|
||||
background: #faf8f8;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* NOTIFICATIONS
|
||||
/* **********************************************************
|
||||
/* TODO desc
|
||||
/* ********************************************************** */
|
||||
|
||||
.umb-notifications__notification
|
||||
{
|
||||
padding: 8px 20px;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.umb-notifications
|
||||
{
|
||||
bottom: 60px;
|
||||
/*left: 0;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TABIFY PACKAGE
|
||||
/* **********************************************************
|
||||
/* static tabs instead of fixed and some visual updates
|
||||
|
||||
@@ -488,6 +488,12 @@ un-config
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.unesting-footer .btn
|
||||
{
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.unesting-items:not(.is-hidden) + .unesting-footer
|
||||
{
|
||||
margin-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user