mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-24 21:13:33 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
5773
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-ie6.css
vendored
Normal file
5773
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-ie6.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-ie6.min.css
vendored
Normal file
1
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-ie6.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1109
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
1109
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-responsive.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
9
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap-responsive.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6167
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap.css
vendored
Normal file
6167
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap.min.css
vendored
Normal file
9
OpenAuth.Mvc/wwwroot/js/ueditor/formdesign/bootstrap/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,59 @@
|
||||
/* NAVBAR */
|
||||
|
||||
/* !CPU HIGH, fix for IE6 shake when scroll */
|
||||
* html,* html body {
|
||||
_background-image:url(about:blank);
|
||||
_background-attachment:fixed;
|
||||
}
|
||||
/* !CPU HIGH, fix for IE6 not support fixed position */
|
||||
.navbar-fixed-top {
|
||||
_position:absolute;
|
||||
_bottom:auto;
|
||||
_top:expression(eval(document.documentElement.scrollTop));
|
||||
}
|
||||
/* !CPU HIGH, fix for IE6 not support fixed position */
|
||||
.navbar-fixed-bottom {
|
||||
_position:absolute;
|
||||
_bottom:auto;
|
||||
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
|
||||
}
|
||||
|
||||
/* DROPDOWN */
|
||||
.dropup,
|
||||
.dropdown {
|
||||
*zoom:1;
|
||||
}
|
||||
|
||||
/* CLOSE */
|
||||
.close {
|
||||
_font-size: 15px;
|
||||
}
|
||||
|
||||
.modal-header h3 {
|
||||
*display: inline;
|
||||
*zoom:1;
|
||||
}
|
||||
|
||||
/* MODALS */
|
||||
.modal-backdrop {
|
||||
_position: absolute;
|
||||
_top:0;
|
||||
_margin-top:0;
|
||||
_width:expression(eval(document.documentElement.scrollWidth));
|
||||
_height:expression(eval(document.documentElement.scrollHeight));
|
||||
}
|
||||
.modal {
|
||||
_position:absolute;
|
||||
_top:0;
|
||||
_margin-top:0;
|
||||
_top:expression(eval(document.documentElement.scrollTop));
|
||||
}
|
||||
.modal.fade.in {
|
||||
_filter:alpha(opacity=100);
|
||||
}
|
||||
.modal-backdrop {
|
||||
_filter: alpha(opacity=80);
|
||||
}
|
||||
.modal-body {
|
||||
_height:expression(this.scrollHeight > 400 ? "400px" : "auto");
|
||||
}
|
Reference in New Issue
Block a user