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
 
@@ -10,25 +10,25 @@
 
 *
 
 * 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;
styles/output.css
Show inline comments
 
@@ -149,25 +149,25 @@ td{
 
#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;
0 comments (0 inline, 0 general)