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;
|
||||
}
|
||||
> .box-tools {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
float: right;
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
[data-toggle="tooltip"] {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
Loading…
Reference in New Issue