Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit ca0c7f5

Browse files
authored
Change width of bbtags on mobile
1 parent 076d80d commit ca0c7f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Air3.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,10 +1936,14 @@ header {
19361936

19371937
/* All form inputs */
19381938
.blockform .buttons input, .blockform .rbox input {width: auto;}
1939-
.blockform input, .blockform select, .blockform textarea {width: 100%}
1939+
.blockform select, .blockform textarea {width: 100%}
1940+
.blockform input {margin: 4px;}
19401941

19411942
/* View Profile */
19421943
#viewprofile dt, #adstats dt {width: 8em;}
19431944
#viewprofile dd, #adstats dd { padding-left: 8em;}
19441945

1946+
.infldset div {float: none !important;}
1947+
.infldset div img {margin: 4px;}
1948+
19451949
}

0 commit comments

Comments
 (0)