acha-framework
Version:
is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...
208 lines (172 loc) • 3.71 kB
text/less
.af-drop-menu .drop-handler {
color: #1e395b;
text-decoration: none;
display: block;
}
.af-drop-menu .drop-handler .menu-title {
text-decoration: underline;
}
.af-drop-menu .drop-handler .menu-items {
position: absolute;
display: none;
z-index: 101;
background: #f2f2f2;
border: solid 1px #ccc;
list-style: none;
padding: 1px;
margin: 0;
box-shadow: 2px 2px 4px 0 #8e8e8e;
}
.af-drop-menu .drop-handler.active .menu-items {
display: block
}
.af-drop-menu .drop-handler .menu-items li {
line-height: 1.8em ;
}
.af-drop-menu .drop-handler .menu-items li:hover {
background: #92caf8
}
.af-drop-menu .drop-handler .menu-items li div {
text-align: left;
min-width: 150px;
margin: 0 1px;
padding: 5px 40px 5px 2px;
white-space: nowrap
}
.af-drop-menu .drop-handler .menu-items li div i {
margin-right: 10px;
}
.meta-container .actions .af-drop-menu {
float: right;
line-height: 32px
}
.meta-container .actions .af-drop-menu .drop-handler {
color: #1e395b;
text-decoration: none;
}
.meta-container .actions .af-drop-menu .drop-handler i:first-child {
margin: 6px 4px;
}
.meta-container .actions .af-drop-menu .drop-handler .menu-title {
text-decoration: underline;
}
.meta-container .actions .af-drop-menu .drop-handler .menu-items {
right: -5px
}
.meta-container .actions .af-drop-menu .drop-handler .menu-items li div i {
margin: 0 5px;
}
.af-file-manager{
background: #fff;
//margin:0;
}
.af-file-manager .meta-container {
line-height: 32px;
padding: 0 5px;
background: #e6f0fa;
border-bottom: 1px solid #a0afc3;
}
.af-file-manager .meta-container .info {
float: left
}
.af-file-manager .meta-container .info i {
margin: 6px 5px;
}
.af-file-manager .af-ribbon .tabs-container .tabs-content .section .section-content .button.btn-navigatio button {
width: 80px;
}
.af-navigation-bar {
padding: 10px;
position: relative;
.progress{
position: absolute;
top: 3px;
width: 99%;
}
}
.af-navigation-bar .af-crumb-nav{
width: ~"calc(100% - 200px)";
}
.af-navigation-bar .search-container {
float: left;
width: 200px;
padding-left: 10px
}
.af-navigation-bar .search-container .input-group {
width: 100%;
position: relative
}
.af-navigation-bar .search-container .input-group .prefix button {
background: transparent;
border: none;
position: absolute;
right: 0;
top: 0;
height: 100%;
padding: 0 5px
}
.af-navigation-bar .search-container .input-group input {
width: 100%;
border: 1px solid #d9d9d9;
padding: 5px 30px 4px 5px;
line-height: 21px
}
.af-navigation-bar .search-container .input-group input:focus {
box-shadow: none;
border: 1px solid #7EB4EA
}
.af-split-panel {
position: relative;
cursor: pointer;
min-height: 400px;
min-width: 640px;
}
.folder-explorer-panel {
margin: 0;
overflow: auto;
height: 100%;
width: 250px;
}
.file-explorer-panel {
min-height: 100%;
margin-left: 260px;
margin-bottom: 0;
padding-left: 10px
}
.af-split-panel .panel.fixed {
position: absolute
}
.af-split-panel .panel-handler {
background: #ededed;
opacity: 0.5;
float: left;
height: 100%;
left: 250px;
position: absolute;
width: 10px;
}
.af-split-panel .panel-handler .panel-handler-button button {
width: 100%;
height: 100%;
position: absolute;
background: transparent;
padding: 0;
border: none;
}
@media (max-width: 600px) {
.af-navigation-bar .search-container {
display: none
}
.af-navigation-bar .path-container {
width: 100%
}
.folder-explorer-panel {
display: none
}
.file-explorer-panel {
margin-left: 10px
}
.af-split-panel .panel-handler {
left: 0
}
}