Skip to content

Commit

Permalink
Merge branch 'feature-bot'
Browse files Browse the repository at this point in the history
  • Loading branch information
zreedeecom committed Feb 28, 2018
2 parents 61028b0 + 2bb6d20 commit 812ee05
Show file tree
Hide file tree
Showing 55 changed files with 7,220 additions and 2,137 deletions.
22 changes: 16 additions & 6 deletions assets/css/style-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h2.wpmm-title {
min-width: 800px;
}

.wpmm-wrapper #sidebar {
.wpmm-wrapper #sidebar {
padding: 0 0 0 20px;
width: 280px;
}
Expand Down Expand Up @@ -48,12 +48,12 @@ h2.wpmm-title {
display: table-cell;
}

.wpmm-wrapper .hidden {
display: none;
.wpmm-wrapper .hidden {
display: none;
}

/* TABS */
.nav-tab-wrapper {
.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
padding-bottom: 0;
padding-left: 10px;
Expand Down Expand Up @@ -107,6 +107,16 @@ h2.wpmm-title {
z-index:9999999;
}

.tabs-content .bot-hint {
background: #9f9f9f;
padding: 10px;
float: right;
border-radius: 5px;
color: #fff;
}

.tabs-content .bot-button { display: inline-block; }

/* SIDEBARS */
#sidebar .info_box ul {
margin-top: 10px;
Expand Down Expand Up @@ -138,7 +148,7 @@ h2.wpmm-title {

.chosen-container-multi .chosen-choices {
border: 1px solid #ddd !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset !important;
background-image: none !important;
}

Expand All @@ -151,4 +161,4 @@ h2.wpmm-title {
#footer-left .wpmm_rating:hover {
text-decoration: none !important;
color: #FFB900 !important;
}
}
2 changes: 1 addition & 1 deletion assets/css/style-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 812ee05

Please sign in to comment.