Skip to content

Commit

Permalink
Item12192:
Browse files Browse the repository at this point in the history
  * removed borders from nested tables
  * removed hard-code width of select elements



git-svn-id: http://svn.foswiki.org/trunk@17034 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 1, 2013
1 parent 67cc498 commit 2d5c6a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PatternSkin/pub/System/PatternSkinTheme/style_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,10 @@ img {
border-width:0 0 1px 0;
vertical-align:middle;
}
.patternEditPage .foswikiFormTable td td,
.patternEditPage .foswikiFormTable td th {
border-style:none;
}
table.foswikiFormTable {
margin:0 0 5px 0;
border-collapse:collapse;
Expand Down Expand Up @@ -1858,7 +1862,6 @@ input[type="file"] {
line-height: 30px;
}
select {
width: 220px;
border: 1px solid #bbb;
background-color: #ffffff;
}
Expand Down

0 comments on commit 2d5c6a3

Please sign in to comment.