mirror of https://github.com/ColorlibHQ/AdminLTE
removed position absoulte from box-tools to avoid overlapping with box-title
parent
d9871bf74b
commit
78f4a4391d
|
@ -203,9 +203,9 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
> .box-tools {
|
> .box-tools {
|
||||||
position: absolute;
|
float: right;
|
||||||
right: 10px;
|
margin-top: -5px;
|
||||||
top: 5px;
|
margin-bottom: -5px;
|
||||||
[data-toggle="tooltip"] {
|
[data-toggle="tooltip"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1793,9 +1793,9 @@ a:focus {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.box-header > .box-tools {
|
.box-header > .box-tools {
|
||||||
position: absolute;
|
float: right;
|
||||||
right: 10px;
|
margin-top: -5px;
|
||||||
top: 5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
.box-header > .box-tools [data-toggle="tooltip"] {
|
.box-header > .box-tools [data-toggle="tooltip"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1794,9 +1794,9 @@ a:focus {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.box-header > .box-tools {
|
.box-header > .box-tools {
|
||||||
position: absolute;
|
float: right;
|
||||||
right: 10px;
|
margin-top: -5px;
|
||||||
top: 5px;
|
margin-bottom: -5px;
|
||||||
}
|
}
|
||||||
.box-header > .box-tools [data-toggle="tooltip"] {
|
.box-header > .box-tools [data-toggle="tooltip"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue