Skip to content

Commit 235e788

Browse files
Make toolbar take up 100% or close to it
1 parent 346e04a commit 235e788

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web/skins/classic/css/base/views/events.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,13 @@ body.sticky #eventTable thead {
7777
.term-value, .chosen-container{
7878
width: 100% !important;
7979
}
80+
81+
.bs-bars {
82+
width: 100%;
83+
}
84+
#toolbar .row {
85+
width: 100%;
86+
}
87+
#toolbar .row >div {
88+
padding: 0;
89+
}

0 commit comments

Comments
 (0)