summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-04-17 18:49:50 +0200
committerAlex Legler <alex@a3li.li>2014-04-17 18:49:50 +0200
commit691f943b9181ccfe5fcc9e0ee708c2ed979b7101 (patch)
tree249ae53699ac0108992e6dbbdd6513a958da794b /views
parentRight-align ETA in desktop browsers. (diff)
downloadinfra-status-691f943b9181ccfe5fcc9e0ee708c2ed979b7101.tar.gz
infra-status-691f943b9181ccfe5fcc9e0ee708c2ed979b7101.tar.bz2
infra-status-691f943b9181ccfe5fcc9e0ee708c2ed979b7101.zip
Revert "Right-align ETA in desktop browsers."
This reverts commit a1a617007788faa5e49a68a46bd43a331cd05d88.
Diffstat (limited to 'views')
-rw-r--r--views/layout.erb7
-rw-r--r--views/notice.erb2
2 files changed, 1 insertions, 8 deletions
diff --git a/views/layout.erb b/views/layout.erb
index 338f620..c31a71a 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -7,13 +7,6 @@
<meta name="description" content="">
<link href="/assets/css/bootstrap.css" rel="stylesheet" media="screen">
<link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon">
- <style type="text/css">
- @media (min-width: 1200px) {
- .text-right-lg {
- text-align: right;
- }
- }
- </style>
</head>
<body>
<header>
diff --git a/views/notice.erb b/views/notice.erb
index 9b1ff11..5a91342 100644
--- a/views/notice.erb
+++ b/views/notice.erb
@@ -26,7 +26,7 @@
<% else %>
<div class="col-sm-4"></div>
<% end %>
- <div class="col-sm-4 has-tooltip text-right-lg" data-toggle="tooltip" data-placement="top" title="Estimated time of service recovery">
+ <div class="col-sm-4 has-tooltip" data-toggle="tooltip" data-placement="top" title="Estimated time of service recovery">
<span class="glyphicon glyphicon-ok pull-left" title="Estimated time of service recovery"></span>
<div style="margin-left: 1.25em;">
<% if notice.has_key? 'eta' %>