Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56811475 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev

* commit '5386532e':
  Doc change: Move butterbar css to template assets.
parents 51852a3f 5386532e
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -2392,6 +2392,30 @@ Lightbox
	background-position: -10px 0;
}

/* --------------------------------------------------------------------------
Butterbar
*/
#butterbar-wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#butterbar {
  width:940px;
  margin:0 auto;
}
#butterbar-message {
  background-color:#f80;
  float:right;
  font-size:12px;
  font-weight:bold;
  padding:0 10px;
  border-radius: 0 0 5px 5px;
}
#butterbar-message a {color:#fff !important}
#butterbar-message a:hover {text-decoration:underline;}

/* --------------------------------------------------------------------------
Misc
*/
+24 −0
Original line number Diff line number Diff line
@@ -2413,6 +2413,30 @@ Lightbox
  background-position: -10px 0;
}

/* --------------------------------------------------------------------------
Butterbar
*/
#butterbar-wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#butterbar {
  width:940px;
  margin:0 auto;
}
#butterbar-message {
  background-color:#f80;
  float:right;
  font-size:12px;
  font-weight:bold;
  padding:0 10px;
  border-radius: 0 0 5px 5px;
}
#butterbar-message a {color:#fff !important}
#butterbar-message a:hover {text-decoration:underline;}

/* --------------------------------------------------------------------------
Misc
*/
+24 −0
Original line number Diff line number Diff line
@@ -2430,6 +2430,30 @@ Lightbox
  background-position: -10px 0;
}

/* --------------------------------------------------------------------------
Butterbar
*/
#butterbar-wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#butterbar {
  width:940px;
  margin:0 auto;
}
#butterbar-message {
  background-color:#f80;
  float:right;
  font-size:12px;
  font-weight:bold;
  padding:0 10px;
  border-radius: 0 0 5px 5px;
}
#butterbar-message a {color:#fff !important}
#butterbar-message a:hover {text-decoration:underline;}

/* --------------------------------------------------------------------------
Misc
*/