Resources/css/prefs.css
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2013 02:22:21 -0700
changeset 0 80c32ef237c6
child 1 b3419d05eabb
permissions -rw-r--r--
Initial commit.


#test {
	margin-top: 10px;
}

input[type="text"] {
	width: 100%;
}

fieldset div {
	text-align: right;
	padding: 5px;
}

table {
	text-align: right;
	font-size: 0.8em;
}

.desc {
	width: 100%;
	padding-right: 10px;
}

.icon {
	display: inline-block;
	padding: 4px 10px;
	font-size: 3em;
}

#sections {
	text-align: center;
	padding-left: 0px !important; /* override tide default style */
}

#sections li {
	display: inline;
	list-style-type: none;
}

#sections li a {
	text-shadow: 2px 2px 1px #000;
}

#sections li a:active {
	cursor: pointer;
	text-shadow: none;
	position: relative;
	top: 1px;
	left: 1px;
}