Skip to content

Commit 54fda21

Browse files
committed
Fix buttonbar styles in TWBS3
TWBS3 no longer has form-actions class.
1 parent 512e1a6 commit 54fda21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Resources/public/single-upload/css/single-upload.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848

4949
/* Single upload buttonbar styles */
5050
.singleupload-buttonbar {
51+
margin-top: 20px;
52+
margin-bottom: 20px;
53+
background-color: #f5f5f5;
54+
border-top: 1px solid #e5e5e5;
5155
padding: 5px 10px;
5256
}
5357

@@ -101,4 +105,4 @@
101105

102106
.single-upload + .help-block {
103107
margin-top: 20px;
104-
}
108+
}

0 commit comments

Comments
 (0)