diff -r 34716fd837a4 -r be944660c56a wp/wp-content/plugins/wp-db-backup/assets/css/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/plugins/wp-db-backup/assets/css/style.css Wed Sep 21 18:19:35 2022 +0200 @@ -0,0 +1,45 @@ +.wp-db-backup-updated { + margin-top: 1em; +} + +fieldset.options { + border: 1px solid; + margin-top: 1em; + padding: 1em; + -moz-border-radius: 8px; + -khtml-border-radius: 8px; + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; + border-radius: 8px; +} +fieldset.options div.tables-list { + float: left; + padding: 1em; +} + +fieldset.options input { +} + +fieldset.options legend { + font-size: larger; + font-weight: bold; + margin-bottom: .5em; + padding: 1em; +} + +fieldset.options .instructions { + font-size: smaller; +} + +fieldset.options ul { + list-style-type: none; +} +fieldset.options li { + text-align: left; +} + +fieldset.options .submit { + border-top: none; +} \ No newline at end of file