Skip to content

Commit 2c16435

Browse files
committed
Dialog: Removed unnecessary style properties.
1 parent f6e99d2 commit 2c16435

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

themes/base/jquery.ui.dialog.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
top: 0;
1414
left: 0;
1515
padding: .2em;
16-
width: 300px;
17-
overflow: hidden;
1816
outline: 0;
1917
}
2018
.ui-dialog .ui-dialog-titlebar {
@@ -49,7 +47,7 @@
4947
text-align: left;
5048
border-width: 1px 0 0 0;
5149
background-image: none;
52-
margin: .5em 0 0 0;
50+
margin-top: .5em;
5351
padding: .3em 1em .5em .4em;
5452
}
5553
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
@@ -64,6 +62,7 @@
6462
height: 12px;
6563
right: -5px;
6664
bottom: -5px;
65+
background-position: 16px 16px;
6766
}
6867
.ui-draggable .ui-dialog-titlebar {
6968
cursor: move;

0 commit comments

Comments
 (0)