Make google forms wider.
ABTechDME Google Forms forms by jonathansross
Details
Authorjonathansross
LicenseNo License
Categorydocs.google.com
Created
Updated
Size696 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name docs.google.com
@namespace docs.google.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.freebirdFormeditorViewTabTabContainer,
.freebirdFormeditorViewEditingsurfaceCentered,
.freebirdFormviewerViewCenteredContent {
margin: auto;
width: 960px;
font-size: 89%;
}
.freebirdFormviewerViewItemsItemItemTitle {
font-size: 140%;
}
.freebirdFormviewerViewItemsItemItemHelpText,
.freebirdFormviewerViewItemsSectionheaderDescriptionText {
font-size: 110%;
}
.quantumWizTextinputPapertextareaInput {
background: #fff8dc;
}
}