Apache-SdnFw

 view release on metacpan or  search on metacpan

lib/Apache/SdnFw/css/style.css  view on Meta::CPAN

	border: 1px solid #ddd; 
	width: 400px;
	}
.floatleft {
	float: left;
	margin-right: 10px;
	}

.greyout {
	color: #aaa;
	}

.notify {
	background: green;
	color: white;
	padding: 5px;
	}

.warning {
	background: #FFA500;
	color: black;
	font-weight: bold;
	padding: 5px;
	}

.alert {
	background: red;
	color: white;
	padding: 5px;
	}

.noaccess {
	background: yellow; 
	color: black;
	font-weight: bold;
	padding: 5px;
	}

.notify a, .alert a { color: white; }

.redtext, .redtext a {
	color: #F00;
	}

.nextaction { 
	color: #F00; 
	font-weight: bold;
	}

.action:before, .nextaction:before { content: "["; }
.action:after, .nextaction:after { content: "]"; }

.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {



( run in 0.604 second using v1.01-cache-2.11-cpan-df04353d9ac )