"미디어위키:Chameleon.css"의 두 판 사이의 차이

미미위키
6번째 줄: 6번째 줄:
 
/*display: inline-block;*/
 
/*display: inline-block;*/
 
}
 
}
 
+
.buttonline2{
 +
float:none;
 +
height:38px;
 +
}
 
.edittools_outer
 
.edittools_outer
 
{
 
{

2015년 4월 21일 (화) 06:37 판

/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.buttonline {
clear:both;
text-align:center;
position: relative;
/*display: inline-block;*/
}
.buttonline2{
float:none;
height:38px;
}
.edittools_outer
{
  display: table;
  width: 100%;
  height: 100%;
}

.edittools_inner
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}