Changeset 51899e9
- Timestamp:
- Dec 5, 2011 1:01:14 AM (9 years ago)
- Branches:
- master
- Children:
- 4c2c198c
- Parents:
- 3fc312a6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java
r3fc312a6 r51899e9 1467 1467 + opts.toString() + "</textarea><br>\n" + 1468 1468 1469 "<tr><td> <td><input type=\"submit\" value=\"");1469 "<tr><td> <td><input type=\"submit\" class=\"accept\" value=\""); 1470 1470 out.write(_("Save configuration")); 1471 1471 out.write("\" name=\"foo\" >\n" + -
installer/resources/themes/console/light/console.css
r3fc312a6 r51899e9 830 830 button.accept { 831 831 background: #ffe url('../images/accept.png') no-repeat 2px center; 832 padding: 1px 3px 1px 20px;832 padding: 2px 3px 1px 20px; 833 833 min-height: 22px; 834 834 } … … 836 836 button.add { 837 837 background: #ffe url('../images/add.png') no-repeat 2px center; 838 padding: 1px 3px 1px 20px;838 padding: 2px 3px 1px 20px; 839 839 min-height: 22px; 840 840 } … … 842 842 button.cancel { 843 843 background: #ffe url('../images/cancel.png') no-repeat 2px center; 844 padding: 1px 3px 1px 20px;844 padding: 2px 3px 1px 20px; 845 845 min-height: 22px; 846 846 } … … 848 848 button.check { 849 849 background: #ffe url('../images/tick.png') no-repeat 2px center; 850 padding: 1px 3px 1px 20px;850 padding: 2px 3px 1px 20px; 851 851 min-height: 22px; 852 852 } … … 854 854 button.delete { 855 855 background: #ffe url('../images/delete.png') no-repeat 2px center; 856 padding: 1px 3px 1px 20px;856 padding: 2px 3px 1px 20px; 857 857 min-height: 22px; 858 858 } … … 860 860 button.download { 861 861 background: #ffe url('../images/arrow_down.png') no-repeat 2px center; 862 padding: 1px 3px 1px 20px;862 padding: 2px 3px 1px 20px; 863 863 min-height: 22px; 864 864 } … … 866 866 button.go { 867 867 background: #ffe url('../images/arrow_right.png') no-repeat 2px center; 868 padding: 1px 3px 1px 20px;868 padding: 2px 3px 1px 20px; 869 869 min-height: 22px; 870 870 } … … 872 872 button.reload { 873 873 background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center; 874 padding: 1px 3px 1px 20px;874 padding: 2px 3px 1px 20px; 875 875 min-height: 22px; 876 876 } … … 878 878 button.stop { 879 879 background: #ffe url('../images/stop.png') no-repeat 2px center; 880 padding: 1px 3px 1px 20px;880 padding: 2px 3px 1px 20px; 881 881 min-height: 22px; 882 882 } … … 944 944 input.accept { 945 945 background: #ffe url('../images/accept.png') no-repeat 2px center; 946 padding: 1px 3px 1px 20px;946 padding: 2px 3px 1px 20px; 947 947 min-height: 22px; 948 948 } … … 950 950 input.add { 951 951 background: #ffe url('../images/add.png') no-repeat 2px center; 952 padding: 1px 3px 1px 20px;952 padding: 2px 3px 1px 20px; 953 953 min-height: 22px; 954 954 } … … 956 956 input.cancel { 957 957 background: #ffe url('../images/cancel.png') no-repeat 2px center; 958 padding: 1px 3px 1px 20px;958 padding: 2px 3px 1px 20px; 959 959 min-height: 22px; 960 960 } … … 962 962 input.check { 963 963 background: #ffe url('../images/tick.png') no-repeat 2px center; 964 padding: 1px 3px 1px 20px;964 padding: 2px 3px 1px 20px; 965 965 min-height: 22px; 966 966 } … … 968 968 input.delete { 969 969 background: #ffe url('../images/delete.png') no-repeat 2px center; 970 padding: 1px 3px 1px 20px;970 padding: 2px 3px 1px 20px; 971 971 min-height: 22px; 972 972 } … … 974 974 input.download { 975 975 background: #ffe url('../images/arrow_down.png') no-repeat 2px center; 976 padding: 1px 3px 1px 20px;976 padding: 2px 3px 1px 20px; 977 977 min-height: 22px; 978 978 } … … 980 980 input.go { 981 981 background: #ffe url('../images/arrow_right.png') no-repeat 2px center; 982 padding: 1px 3px 1px 20px;982 padding: 2px 3px 1px 20px; 983 983 min-height: 22px; 984 984 } … … 986 986 input.reload { 987 987 background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center; 988 padding: 1px 3px 1px 20px;988 padding: 2px 3px 1px 20px; 989 989 min-height: 22px; 990 990 } … … 992 992 input.stop { 993 993 background: #ffe url('../images/stop.png') no-repeat 2px center; 994 padding: 1px 3px 1px 20px;994 padding: 2px 3px 1px 20px; 995 995 min-height: 22px; 996 996 } -
installer/resources/themes/snark/ubergine/snark.css
r3fc312a6 r51899e9 526 526 } 527 527 528 input.accept { 529 background: #989 url('../../console/images/accept.png') no-repeat 2px center; 530 padding: 2px 3px 2px 20px !important; 531 min-height: 22px; 532 } 533 528 534 select { 529 535 background: #333; -
installer/resources/themes/snark/vanilla/snark.css
r3fc312a6 r51899e9 550 550 } 551 551 552 input.accept { 553 background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center; 554 padding: 2px 3px 2px 20px !important; 555 min-height: 22px; 556 } 557 552 558 select { 553 559 background: #fff; -
router/java/src/net/i2p/router/RouterVersion.java
r3fc312a6 r51899e9 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1 5;21 public final static long BUILD = 16; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.