-
Notifications
You must be signed in to change notification settings - Fork 202
Upgrade Bootstrap to 3.0.0 #3178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
1d83c8d
9efacdf
ea833eb
bf4886a
dd5f778
3258db3
22ee8dd
5f665e8
e56b767
2578e3e
36f859a
827935c
5176b4f
0486c9f
080e821
4556728
6b2edad
aa6d504
69ad820
9f54c5a
d798728
299e5fb
df7d478
79cc5ec
4f43393
78d47dc
8707aaf
6be0e04
7696f44
1e0403c
772a712
2606fcf
9c19b6d
f9fd288
c87d6d9
f3fa388
616e8c5
6826b24
737bc2c
9767f75
a6b3fb0
2398523
54bf33b
d0e1421
940a28d
2daa779
828e003
635cb8c
e66eede
e13913f
d5113cb
f4436c4
417cd7a
405e0c1
bcd601e
5790771
35fb56f
a93df1e
e1a7308
924e34b
6279587
a4da57b
61449cb
ba431d4
bc71004
0083548
00d9fb1
816f2dd
442d4c6
9988371
c280f55
38871bb
6c13303
86cf090
cd4e8a1
d3205a3
6de2c03
62a7241
375c78a
56e21e4
cae55a6
66cfeb8
7cde329
d889b70
dc9b09c
aea71c5
5e7d8d0
65cea16
b3fe67f
511a023
dc6e0d6
94db395
3bd8b46
90dd75a
483b7d5
c1146d7
e4de13b
7bf892f
06456d4
7bec567
7eb845f
1bf8cf3
d662d33
3258f85
d8f1c19
832a7e5
6033c5e
e31f301
5c442dc
2c93bfd
7f5650a
f12a52f
2ba701a
927e1be
d84a37f
80bd7ca
513f17f
969920a
bcb1260
ff995f8
0455f37
75ab3b8
b67194f
6388af8
f889d31
2a81fcd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,9 +22,9 @@ | |
| <div id="admin-header-container"><!-- --></div> | ||
|
|
||
| <div id="admin-content-container"> | ||
| <div class="row-fluid"> | ||
| <div id="admin-lhnav-container" class="span2 hide"><!-- --></div> | ||
| <div id="admin-content" class="span10"> | ||
| <div class="row"> | ||
| <div id="admin-lhnav-container" class="col-md-2 hide"><!-- --></div> | ||
| <div id="admin-content" class="col-md-10"> | ||
| <!-- Login --> | ||
| <div id="admin-login-container" class="hide"> | ||
| <h2>Sign in to the OAE Administration Panel</h2> | ||
|
|
@@ -69,8 +69,8 @@ <h2>Sign in to the OAE Administration Panel</h2> | |
| <div id="admin-footer-container"><!-- --></div> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to previous comment, would suggest (assuming footer is standard copyright info, etc.)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it is. Do you know if this will be rendering correctly on IE9?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no problems with ie9. i think for ie8 you just need to add since, by default, unrecognized HTML5 elements are supposed to be rendered as
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great. We don't officially support IE8, so no need to worry about that. |
||
|
|
||
| <div id="admin-header-template"><!-- | ||
| <div class="row-fluid"> | ||
| <div class="span12" id="admin-header-content"> | ||
| <div class="row"> | ||
| <div class="col-md-12" id="admin-header-content"> | ||
| {if !oae.data.me.anon} | ||
| <div id="admin-header-user" class="pull-right"> | ||
| <button type="button" class="btn btn-inverse" id="admin-header-user-logout">Log out</button> | ||
|
|
@@ -113,8 +113,8 @@ <h1>${context.displayName|encodeForHTML}</h1> | |
| --></div> | ||
|
|
||
| <div id="admin-footer-template"><!-- | ||
| <div class="row-fluid"> | ||
| <div class="span12" id="admin-footer-content"> | ||
| <div class="row"> | ||
| <div class="col-md-12" id="admin-footer-content"> | ||
| {if !oae.data.me.anon && (context.isGlobalAdminServer || context.isTenantOnGlobalAdminServer)} | ||
| <ul class="inline"> | ||
| <li> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,9 +23,9 @@ <h1>API Reference</h1> | |
| </div> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Visual regressions on the docs page:
|
||
| <!-- CONTENT --> | ||
| <div id="doc-content-container"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Another possible place to use
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This hasn't been followed up yet |
||
| <div class="row-fluid"> | ||
| <div id="doc-modules-container" class="span3"><!----></div> | ||
| <div id="doc-module-container" class="span9"><!----></div> | ||
| <div class="row"> | ||
| <div id="doc-modules-container" class="col-md-3"><!----></div> | ||
| <div id="doc-module-container" class="col-md-9"><!----></div> | ||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is any code looking for
<div>specifically? If not, would suggestinstead for accessibility.