Fix regression of word breaking

Fixes #2845
pull/47/head
Francis Lachapelle 2014-07-08 22:00:06 -04:00
parent 45553be122
commit e343ed240b
2 changed files with 4 additions and 4 deletions

View File

@ -65,6 +65,7 @@ DIV#rightFrameTitle {
border:solid black 2px;
border-radius:5px;
margin-top:3px;
overflow:hidden;
}
.eventsTitle, .tasksTitle {
@ -121,6 +122,7 @@ DIV#rightSide {
color: #666;
text-align: right;
min-width:52px;
vertical-align:top;
}
/********** Overriding SchedulerUI.css **********/

View File

@ -28,8 +28,7 @@ TABLE, DIV, IMG
font-size: inherit;
border: 0px;
margin: 0px;
padding: 0px;
word-break: break-all; }
padding: 0px; }
FIELDSET
{ border: 1px solid #aaa;
@ -686,8 +685,7 @@ DIV.dialog H3
DIV.dialog.none P
{ margin: 0px;
padding: 5px 0px;
word-break: normal; }
padding: 5px 0px; }
DIV.dialog P.prompt
{ text-align: right; }