Changeset - b7f7885ca588
[Not reviewed]
default
0 2 0
Ethan Zonca - 15 years ago 2011-03-30 11:15:26
ez@ethanzonca.com
Styling fixes, etc
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
styles/glider.css
Show inline comments
 
/*
 
 * Copyright 2010 Nathan Gelderloos, Ethan Zonca, Nathan Phillip Brink
 
 *
 
 * This file is part of SlatePermutate.
 
 *
 
 * SlatePermutate is free software: you can redistribute it and/or modify
 
 * it under the terms of the GNU Affero General Public License as published by
 
 * the Free Software Foundation, either version 3 of the License, or
 
 * (at your option) any later version.
 
 *
 
 * SlatePermutate is distributed in the hope that it will be useful,
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
 * GNU Affero General Public License for more details.
 
 *
 
 * You should have received a copy of the GNU Affero General Public License
 
 * along with SlatePermutate.  If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
div.scroller { 
 
	/* modify width and height of scrolling section if necessary	*/		
 
	width: 626px; 
 
	width: 1200px; 
 
	/* height: 300px;*/
 
	overflow: hidden;
 
	border:0;
 
	padding:0;
 
	margin:0;
 
}
 
	div.scroller div.section {
 
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
 
		width:626px;
 
		/* height:300px; */
 
		overflow:hidden;
 
		float:left;
 
		padding:0;		
 
		}
 
	div.scroller div.section div.txt {
 
		padding: 1em;
 
	}
 
	div.scroller div.scontent {
 
		width: 50000px;
 
		}
 
.controls {
 
text-align: left;
 
margin-top: 10px;
 
margin-bottom: 2px;
styles/output.css
Show inline comments
 
@@ -137,49 +137,49 @@ td{
 
  padding: 2px;
 
}
 
#tabs li a:link
 
{
 
  color: rgb(255,255,255);
 
  color: rgba(255,255,255,1);
 
}
 
#tabs li a:visited
 
{
 
  color: rgb(255,255,255);
 
  color: rgba(255,255,255,1);
 
}
 
#tabs li a:hover, .ui-tabs-selected a
 
{
 
  background: rgb(200,200,200) !important; /* fallback */
 
  background: rgba(200,200,200,1)!important;
 

	
 
  color: rgb(0,0,0)!important;
 
}
 
#tabs li a:active {
 
        color: rgba(200,200,200,1);
 
}
 
#tabs {
 
  min-width: 400px;
 
  max-width: 650px;
 
  max-width: 750px;
 
  margin: auto;
 
}
 
#tabs li /* , .ui-corner-all, .ui-corner-top */ { background: none!important; }
 
#tabs li { border: none!important; }
 

	
 
.show-buttons {
 

	
 
  width: 99%;
 
  margin: auto;
 
  padding: 2px;
 
  background: #EEE;
 
  border: 1px solid #AAA;
 
  border-radius: 3px;
 
  -moz-border-radus: 3px;
 

	
 
}
 
.show-buttons label {
 
  padding-right: .5em;
 
}
 

	
 
.pager
 
{
 
  display: inline-block;
 

	
0 comments (0 inline, 0 general)