removed position absoulte from box-tools to avoid overlapping with box-title
This commit is contained in:
@@ -203,9 +203,9 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
> .box-tools {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
float: right;
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
[data-toggle="tooltip"] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
6
dist/css/AdminLTE.css
vendored
6
dist/css/AdminLTE.css
vendored
@@ -1793,9 +1793,9 @@ a:focus {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.box-header > .box-tools {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
float: right;
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.box-header > .box-tools [data-toggle="tooltip"] {
|
||||
position: relative;
|
||||
|
||||
2
dist/css/AdminLTE.min.css
vendored
2
dist/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
6
dist/css/alt/AdminLTE-without-plugins.css
vendored
6
dist/css/alt/AdminLTE-without-plugins.css
vendored
@@ -1794,9 +1794,9 @@ a:focus {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.box-header > .box-tools {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
float: right;
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.box-header > .box-tools [data-toggle="tooltip"] {
|
||||
position: relative;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user