removed position absoulte from box-tools to avoid overlapping with box-title

This commit is contained in:
REJack 2019-08-20 08:30:13 +02:00
parent d9871bf74b
commit 78f4a4391d
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
5 changed files with 11 additions and 11 deletions

View file

@ -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;
}

View file

@ -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

View file

@ -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