view extension/content/subscribe.css @ 139:8763c90ce556

better support for feeds that require authentication; we now display a custom authentication dialog that hopefully makes more sense when it appears out of the blue; we also use it when subscribing the user to the feed, and it includes UI for the user to request that their credentials be remembered; finally, we use remembered credentials automatically across sessions instead of prompting at least once per session
author Myk Melez <myk@mozilla.org>
date Mon, 07 Jul 2008 01:22:44 -0700
parents 58b04d16257c
children 8e61b480af10
line wrap: on
line source

#content {
  border: 1px solid threedshadow;
  padding: 3em;
  -moz-border-radius: 10px;
  background-color: -moz-field;
  color: -moz-fieldtext;
}

#title {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid threedlightshadow;
}


toolbarbutton {
  -moz-appearance: none;
}

.toolbarbutton-icon {
  -moz-margin-end: 0;
}

.statusBox {
  /* Give the status boxes the same margin as the Location label above them. */
  margin-left: 6px;
}

.statusBox > .statusIcon {
  list-style-image: url("chrome://snowl/content/icons/asterisk_orange.png");
}

.statusBox[status="active"] > .statusIcon {
  list-style-image: url("chrome://global/skin/icons/loading_16.png");
}

.statusBox[status="complete"] > .statusIcon {
  list-style-image: url("chrome://snowl/content/icons/tick.png");
}

.statusBox[status="error"] > .statusIcon {
  list-style-image: url("chrome://global/skin/icons/error-16.png");
}