first
This commit is contained in:
92
modules/dashboard/admin/mobile.shortcut.css
Normal file
92
modules/dashboard/admin/mobile.shortcut.css
Normal file
@@ -0,0 +1,92 @@
|
||||
#rb_admin_top {
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.tab-content {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.rb-module-list {
|
||||
|
||||
|
||||
|
||||
padding: 15px 0;
|
||||
|
||||
margin: 0 auto
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rb-module-list span a {
|
||||
|
||||
color: #555 ;
|
||||
|
||||
text-shadow: 0 1px 2px #222;
|
||||
|
||||
position: relative;
|
||||
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.rb-module-list span a:hover,
|
||||
|
||||
.rb-module-list span a:focus{
|
||||
|
||||
color: #333 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rb-module-list li {
|
||||
|
||||
padding: 0 !important;
|
||||
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rb-box {
|
||||
|
||||
position: relative;
|
||||
|
||||
background-color: #666;
|
||||
|
||||
border-radius: 6px;
|
||||
|
||||
text-align: center;
|
||||
|
||||
padding: 8px;
|
||||
|
||||
margin: 4px;
|
||||
|
||||
width: 70px;
|
||||
|
||||
Reference in New Issue
Block a user