Do not reset styles with dojo
This commit is contained in:
Родитель
8dec0a3119
Коммит
4e8c4781db
|
@ -6,7 +6,7 @@
|
|||
* It is highly, highly recommended that you develop your CSS using Stylus: http://learnboost.github.com/stylus/.
|
||||
*/
|
||||
|
||||
@import '../../../js/3rdparty/resources/dojo/resources/dojo.css';
|
||||
/* @import '../../../js/3rdparty/resources/dojo/resources/dojo.css'; */
|
||||
@import '../../../js/3rdparty/resources/dijit/themes/claro/claro.css';
|
||||
@import '../../../js/3rdparty/resources/dojox/layout/resources/ExpandoPane.css';
|
||||
@import '../../../js/3rdparty/resources/dojox/widget/ColorPicker/ColorPicker.css';
|
||||
|
|
|
@ -239,3 +239,9 @@ editinfo > div.editInfoMarker {
|
|||
|
||||
editinfo > div.editInfoMarker:hover {
|
||||
}
|
||||
|
||||
/* part of dojo.css */
|
||||
.dojoTabular {border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; margin: 0 1.5em;}
|
||||
.dojoTabular th {text-align: center; font-weight: bold;}
|
||||
.dojoTabular thead,.dojoTabular tfoot {background-color: #efefef; border: 1px solid #ccc; border-width: 1px 0;}
|
||||
.dojoTabular th,.dojoTabular td {padding: 0.25em 0.5em;}
|
Загрузка…
Ссылка в новой задаче